#B91951

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

Shades of Old Rose #B91951

Tints of Old Rose #B91951

Color information

#B91951 (or 0xB91951) is unknown color: approx Old Rose. HEX triplet: B9, 19 and 51. RGB value is (185,25,81). Sum of RGB (Red+Green+Blue) = 185+25+81=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B91951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91951 is #46E6AE. Grayscale: #4F4F4F. Windows color (decimal): -4646575 or 5315001. OLE color: 5315001.

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

Color convert

RGB1852581-
CMYK00.860.560.27
HSL339º76.19%41.18%-
HSV(B)339º86.49%72.55%-
XYZ21.8411.68.87-
YUV79.22129.01203.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.57%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=63.57%
G=8.59%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185258100.860.560.2733976.1941.18
HexB91951056381B1534c29
Octal271311210126703352311451
Binary1011100111001101000101010110111000110111010100111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91951; }

 p { color: rgb(185,25,81); }

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

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

 a { background-color: rgb(185,25,81); }

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

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

 span { border-color: rgb(185,25,81); }

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