#BD284C

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

Shades of Old Rose #BD284C

Tints of Old Rose #BD284C

Color information

#BD284C (or 0xBD284C) is unknown color: approx Old Rose. HEX triplet: BD, 28 and 4C. RGB value is (189,40,76). Sum of RGB (Red+Green+Blue) = 189+40+76=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD284C is #42D7B3. Grayscale: #585858. Windows color (decimal): -4380596 or 4991165. OLE color: 4991165.

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

Color convert

RGB1894076-
CMYK00.790.600.26
HSL345.5º65.07%44.9%-
HSV(B)345.5º78.84%74.12%-
XYZ23.0512.868.1-
YUV88.65120.86199.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=61.97%
G=13.11%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189407600.790.600.26345.565.0744.9
HexBD284C04F3C1A15a412d
Octal275501140117743253210155
Binary10111101101000100110001001111111100110101010110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD284C; }

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

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

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

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

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

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

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

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