#BD1851

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

Shades of Old Rose #BD1851

Tints of Old Rose #BD1851

Color information

#BD1851 (or 0xBD1851) is unknown color: approx Old Rose. HEX triplet: BD, 18 and 51. RGB value is (189,24,81). Sum of RGB (Red+Green+Blue) = 189+24+81=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1851 is #42E7AE. Grayscale: #4F4F4F. Windows color (decimal): -4384687 or 5314749. OLE color: 5314749.

HSL color Cylindrical-coordinate representation of color #BD1851: hue angle of 339.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1851 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1892481-
CMYK00.870.570.26
HSL339.27º77.46%41.76%-
HSV(B)339.27º87.3%74.12%-
XYZ22.812.078.91-
YUV79.83128.66205.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.29%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=64.29%
G=8.16%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189248100.870.570.26339.2777.4641.76
HexBD1851057391A1534d2a
Octal275301210127713252311552
Binary1011110111000101000101010111111001110101010100111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1851; }

 p { color: rgb(189,24,81); }

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

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

 a { background-color: rgb(189,24,81); }

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

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

 span { border-color: rgb(189,24,81); }

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