#BD1856

Color #BD1856 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BD1856

Tints of Old Rose #BD1856

Color information

#BD1856 (or 0xBD1856) is unknown color: approx Old Rose. HEX triplet: BD, 18 and 56. RGB value is (189,24,86). Sum of RGB (Red+Green+Blue) = 189+24+86=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1856 is #42E7A9. Grayscale: #505050. Windows color (decimal): -4384682 or 5642429. OLE color: 5642429.

HSL color Cylindrical-coordinate representation of color #BD1856: hue angle of 337.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1856 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1892486-
CMYK00.870.540.26
HSL337.45º77.46%41.76%-
HSV(B)337.45º87.3%74.12%-
XYZ22.9912.149.94-
YUV80.4131.16205.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=63.21%
G=8.03%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189248600.870.540.26337.4577.4641.76
HexBD1856057361A1514d2a
Octal275301260127663252111552
Binary1011110111000101011001010111110110110101010100011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1856; }

 p { color: rgb(189,24,86); }

 H1.HeaderClassName
 {
   color: #BD1856;
 }
 .AnyTagClassName
 {
   color: #BD1856;
 }
</style>
background-color css

<style>
 a { background-color: #BD1856; }

 a { background-color: rgb(189,24,86); }

 div.DivClassName
 {
   background-color: #BD1856;
 }
 .BgClassName
 {
   background-color: #BD1856;
 }
</style>
border-color css

<style>
 span { border-color: #BD1856; }

 span { border-color: rgb(189,24,86); }

 td.TdClassName
 {
   border-color: #BD1856;
 }
 .TagClassName
 {
   border-color: #BD1856;
 }
</style>