#BD2456

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

Shades of Old Rose #BD2456

Tints of Old Rose #BD2456

Color information

#BD2456 (or 0xBD2456) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 56. RGB value is (189,36,86). Sum of RGB (Red+Green+Blue) = 189+36+86=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2456 is #42DBA9. Grayscale: #575757. Windows color (decimal): -4381610 or 5645501. OLE color: 5645501.

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

Color convert

RGB1893686-
CMYK00.810.540.26
HSL340.39º68%44.12%-
HSV(B)340.39º80.95%74.12%-
XYZ23.312.7510.04-
YUV87.45127.19200.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.77%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=60.77%
G=11.58%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189368600.810.540.26340.396844.12
HexBD2456051361A154442c
Octal275441260121663252410454
Binary10111101100100101011001010001110110110101010101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2456; }

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

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

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

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

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

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

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

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