#BD285B

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

Shades of Old Rose #BD285B

Tints of Old Rose #BD285B

Color information

#BD285B (or 0xBD285B) is unknown color: approx Old Rose. HEX triplet: BD, 28 and 5B. RGB value is (189,40,91). Sum of RGB (Red+Green+Blue) = 189+40+91=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD285B is #42D7A4. Grayscale: #5A5A5A. Windows color (decimal): -4380581 or 5974205. OLE color: 5974205.

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

Color convert

RGB1894091-
CMYK00.790.520.26
HSL339.46º65.07%44.9%-
HSV(B)339.46º78.84%74.12%-
XYZ23.6313.0911.18-
YUV90.36128.36198.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=59.06%
G=12.5%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189409100.790.520.26339.4665.0744.9
HexBD285B04F341A153412d
Octal275501330117643252310155
Binary10111101101000101101101001111110100110101010100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD285B; }

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

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

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

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

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

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

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

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