#BD2864

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

Shades of Old Rose #BD2864

Tints of Old Rose #BD2864

Color information

#BD2864 (or 0xBD2864) is unknown color: approx Old Rose. HEX triplet: BD, 28 and 64. RGB value is (189,40,100). Sum of RGB (Red+Green+Blue) = 189+40+100=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2864 is #42D79B. Grayscale: #5B5B5B. Windows color (decimal): -4380572 or 6564029. OLE color: 6564029.

HSL color Cylindrical-coordinate representation of color #BD2864: hue angle of 335.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2864 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18940100-
CMYK00.790.470.26
HSL335.84º65.07%44.9%-
HSV(B)335.84º78.84%74.12%-
XYZ24.0513.2613.35-
YUV91.39132.86197.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=57.45%
G=12.16%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894010000.790.470.26335.8465.0744.9
HexBD286404F2F1A150412d
Octal275501440117573252010155
Binary10111101101000110010001001111101111110101010100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2864; }

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

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

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

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

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

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

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

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