#BD1850

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

Shades of Old Rose #BD1850

Tints of Old Rose #BD1850

Color information

#BD1850 (or 0xBD1850) is unknown color: approx Old Rose. HEX triplet: BD, 18 and 50. RGB value is (189,24,80). Sum of RGB (Red+Green+Blue) = 189+24+80=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1850 is #42E7AF. Grayscale: #4F4F4F. Windows color (decimal): -4384688 or 5249213. OLE color: 5249213.

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

Color convert

RGB1892480-
CMYK00.870.580.26
HSL339.64º77.46%41.76%-
HSV(B)339.64º87.3%74.12%-
XYZ22.7612.058.72-
YUV79.72128.16205.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=64.51%
G=8.19%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189248000.870.580.26339.6477.4641.76
HexBD18500573A1A1544d2a
Octal275301200127723252411552
Binary1011110111000101000001010111111010110101010101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1850; }

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

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

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

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

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

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

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

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