#BD284E

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

Shades of Old Rose #BD284E

Tints of Old Rose #BD284E

Color information

#BD284E (or 0xBD284E) is unknown color: approx Old Rose. HEX triplet: BD, 28 and 4E. RGB value is (189,40,78). Sum of RGB (Red+Green+Blue) = 189+40+78=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD284E is #42D7B1. Grayscale: #585858. Windows color (decimal): -4380594 or 5122237. OLE color: 5122237.

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

Color convert

RGB1894078-
CMYK00.790.590.26
HSL344.7º65.07%44.9%-
HSV(B)344.7º78.84%74.12%-
XYZ23.1212.898.48-
YUV88.88121.86199.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=61.56%
G=13.03%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189407800.790.590.26344.765.0744.9
HexBD284E04F3B1A159412d
Octal275501160117733253110155
Binary10111101101000100111001001111111011110101010110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD284E; }

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

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

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

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

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

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

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

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