#B91850

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

Shades of Old Rose #B91850

Tints of Old Rose #B91850

Color information

#B91850 (or 0xB91850) is unknown color: approx Old Rose. HEX triplet: B9, 18 and 50. RGB value is (185,24,80). Sum of RGB (Red+Green+Blue) = 185+24+80=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B91850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91850 is #46E7AF. Grayscale: #4E4E4E. Windows color (decimal): -4646832 or 5249209. OLE color: 5249209.

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

Color convert

RGB1852480-
CMYK00.870.570.27
HSL339.13º77.03%40.98%-
HSV(B)339.13º87.03%72.55%-
XYZ21.7811.558.67-
YUV78.52128.84203.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=64.01%
G=8.30%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185248000.870.570.27339.1377.0340.98
HexB91850057391B1534d29
Octal271301200127713352311551
Binary1011100111000101000001010111111001110111010100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91850; }

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

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

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

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

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

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

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

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