COLOR #BD1858

HEX: #BD1858 RGB: (189,24,88)

Color info

#BD1858 contains mainly red color. Web safe color of #BD1858 is #CC0066 (or #C06).

RGB color model

#BD1858 color RGB value is (189,24,88).

RGB: (189,24,88) (74%, 9%, 35%)

RGB channels and saturation

R 189 of 255 = 74%
G 24 of 255 = 9%
B 88 of 255 = 35%

189
24
88

R + G + B ~ 39%. #BD1858 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 189 + 24 + 88 = 301 (100%)
R 189 of 301 ~ 62.79%
G 24 of 301 ~ 7.97%
B 88 of 301 ~ 29.24'%

%62.79
%29.24

CMYK color model

#BD1858 color CMYK value is (0,87,53,26).

  • cyan value is 0.00%
  • magenta value is 87.30%
  • yellow value is 53.44%
  • key color value is 25.88%

CMYK: (0,87,53,26)
C0M87Y53K26 (0%, 87%, 53%, 26%)
(0.00 / 0.87 / 0.53 / 0.26)

CMYK percentages

%0
%87.3
%53.44
%25.88

Codes

Color #BD1858 in popluar color models

BD 18 58
RGB 189 24 88
HSL 337° 77.46% 41.76%
HSB/HSV 337° 87.30% 74.12%
CMYK 0.00% 87.30% 53.44%
25.88%

Color #BD1858 in popluar number systems.

HEX BD 18 58
Decimal 189 24 88
Binary 10111101 11000 1011000
Octal 275 30 130

Shades and tints

Shades of #BD1858

#BD1858
(189,24,88)
#AC1650
(172,22,80)
#9B1448
(155,20,72)
#8A1240
(138,18,64)
#791038
(121,16,56)
#680E30
(104,14,48)
#570C28
(87,12,40)
#460A20
(70,10,32)
#350818
(53,8,24)
#240610
(36,6,16)
#130408
(19,4,8)
#000000
(0,0,0)

Tints of #BD1858

#BD1858
(189,24,88)
#C32D67
(195,45,103)
#C94276
(201,66,118)
#CF5785
(207,87,133)
#D56C94
(213,108,148)
#DB81A3
(219,129,163)
#E196B2
(225,150,178)
#E7ABC1
(231,171,193)
#EDC0D0
(237,192,208)
#F3D5DF
(243,213,223)
#F9EAEE
(249,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD1858 color. Also use rgb(189,24,88) instead hex code.

Text Font Color

.myTextColor { color: #BD1858; }

<p style="color:#BD1858">This sample text font color is #BD1858.</p>

This text font color is #BD1858.

Background Color

.myBgColor { background-color: #BD1858; }

<div style="background-color:#BD1858">Inner text</div>

This div background color is #BD1858.

Border color

.myBorderColor { border: 1px solid #BD1858; }

<div style="border:3px solid #BD1858">Div</div>

This div border color is #BD1858.

Opacity

.myOpacity80 { color: #BD1858; opacity: 0.8; }

<p style="color:#BD1858;opacity:0.8;">80%</p>

Text with #BD1858 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BD1858;}

<p style="text-shadow: 3px 3px 1px #BD1858">Text here.</p>

This text has shadow with #BD1858 color.


.textShadow {text-shadow: 3px 3px 1px #BD1858', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BD1858, 5px 5px 20px red">Text here.</p>

This text has shadow with #BD1858 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD1858, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BD1858, Direction=45, Strength=4)">Text</p>

This text has shadow with #BD1858 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BD1858;
-webkit-box-shadow: 1px 1px 3px 2px #BD1858;
box-shadow: 1px 1px 3px 2px #BD1858;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD1858; -webkit-box-shadow: 1px 1px 3px 2px #BD1858; box-shadow:1px 1px 3px 2px #BD1858;">
Div content here
</div>

This div box has shadow with color #BD1858.

Preview

Color preview on black background

This text has color #BD1858 on black background.


Color preview on white background

This text has color #BD1858 on white background.


Black color preview on #BD1858 background

This text has black color on #BD1858 background.


White color preview on #BD1858 background

This text has white color on #BD1858 background.


Related colors

Complementary color

Complementary color for #hex is #42E7A7.


I love getcolorcode.com

Triadic colors

1 #58BD18 and #1858BD with #BD1858 are triadic colors.

2 #5818BD and #18BD58 with #BD1858 are triadic colors.