#BD4055

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

Shades of Old Rose #BD4055

Tints of Old Rose #BD4055

Color information

#BD4055 (or 0xBD4055) is unknown color: approx Old Rose. HEX triplet: BD, 40 and 55. RGB value is (189,64,85). Sum of RGB (Red+Green+Blue) = 189+64+85=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4055 is #42BFAA. Grayscale: #676767. Windows color (decimal): -4374443 or 5587133. OLE color: 5587133.

HSL color Cylindrical-coordinate representation of color #BD4055: hue angle of 349.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4055 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB1896485-
CMYK00.660.550.26
HSL349.92º49.41%49.61%-
HSV(B)349.92º66.14%74.12%-
XYZ24.4615.1410.23-
YUV103.77117.41188.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=55.92%
G=18.93%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189648500.660.550.26349.9249.4149.61
HexBD4055042371A15e3132
Octal275100125010267325366162
Binary10111101100000010101010100001011011111010101011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4055; }

 p { color: rgb(189,64,85); }

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

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

 a { background-color: rgb(189,64,85); }

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

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

 span { border-color: rgb(189,64,85); }

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