#BD2859

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

Shades of Old Rose #BD2859

Tints of Old Rose #BD2859

Color information

#BD2859 (or 0xBD2859) is unknown color: approx Old Rose. HEX triplet: BD, 28 and 59. RGB value is (189,40,89). Sum of RGB (Red+Green+Blue) = 189+40+89=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2859 is #42D7A6. Grayscale: #5A5A5A. Windows color (decimal): -4380583 or 5843133. OLE color: 5843133.

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

Color convert

RGB1894089-
CMYK00.790.530.26
HSL340.27º65.07%44.9%-
HSV(B)340.27º78.84%74.12%-
XYZ23.5513.0610.73-
YUV90.14127.36198.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 40 (16.02% from 255) = 12.58%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=59.43%
G=12.58%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189408900.790.530.26340.2765.0744.9
HexBD285904F351A154412d
Octal275501310117653252410155
Binary10111101101000101100101001111110101110101010101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2859; }

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

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

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

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

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

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

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

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