#BD2256

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

Shades of Old Rose #BD2256

Tints of Old Rose #BD2256

Color information

#BD2256 (or 0xBD2256) is unknown color: approx Old Rose. HEX triplet: BD, 22 and 56. RGB value is (189,34,86). Sum of RGB (Red+Green+Blue) = 189+34+86=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2256 is #42DDA9. Grayscale: #565656. Windows color (decimal): -4382122 or 5644989. OLE color: 5644989.

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

Color convert

RGB1893486-
CMYK00.820.540.26
HSL339.87º69.51%43.73%-
HSV(B)339.87º82.01%74.12%-
XYZ23.2412.6310.02-
YUV86.27127.85201.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=61.17%
G=11.00%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189348600.820.540.26339.8769.5143.73
HexBD2256052361A154462c
Octal275421260122663252410654
Binary10111101100010101011001010010110110110101010101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2256; }

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

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

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

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

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

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

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

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