#BD2264

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

Shades of Old Rose #BD2264

Tints of Old Rose #BD2264

Color information

#BD2264 (or 0xBD2264) is unknown color: approx Old Rose. HEX triplet: BD, 22 and 64. RGB value is (189,34,100). Sum of RGB (Red+Green+Blue) = 189+34+100=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2264 is #42DD9B. Grayscale: #575757. Windows color (decimal): -4382108 or 6562493. OLE color: 6562493.

HSL color Cylindrical-coordinate representation of color #BD2264: hue angle of 334.45º 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 #BD2264 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18934100-
CMYK00.820.470.26
HSL334.45º69.51%43.73%-
HSV(B)334.45º82.01%74.12%-
XYZ23.8612.8813.29-
YUV87.87134.85200.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=58.51%
G=10.53%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893410000.820.470.26334.4569.5143.73
HexBD22640522F1A14e462c
Octal275421440122573251610654
Binary10111101100010110010001010010101111110101010011101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2264; }

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

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

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

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

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

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

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

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