#BD4150

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

Shades of Old Rose #BD4150

Tints of Old Rose #BD4150

Color information

#BD4150 (or 0xBD4150) is unknown color: approx Old Rose. HEX triplet: BD, 41 and 50. RGB value is (189,65,80). Sum of RGB (Red+Green+Blue) = 189+65+80=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4150 is #42BEAF. Grayscale: #676767. Windows color (decimal): -4374192 or 5259709. OLE color: 5259709.

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

Color convert

RGB1896580-
CMYK00.660.580.26
HSL352.74º48.82%49.8%-
HSV(B)352.74º65.61%74.12%-
XYZ24.3215.189.24-
YUV103.79114.58188.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=56.59%
G=19.46%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189658000.660.580.26352.7448.8249.8
HexBD41500423A1A1613132
Octal275101120010272325416162
Binary10111101100000110100000100001011101011010101100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4150; }

 p { color: rgb(189,65,80); }

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

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

 a { background-color: rgb(189,65,80); }

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

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

 span { border-color: rgb(189,65,80); }

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