#b91c54

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

Shades of Old Rose #B91C54

Tints of Old Rose #B91C54

Color information

#B91C54 (or 0xB91C54) is unknown color: approx Old Rose. HEX triplet: B9, 1C and 54. RGB value is (185,28,84). Sum of RGB (Red+Green+Blue) = 185+28+84=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91C54 is #46E3AB. Grayscale: #515151. Windows color (decimal): -4645804 or 5512377. OLE color: 5512377.

HSL color Cylindrical-coordinate representation of color #B91C54: hue angle of 338.6º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C54 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1852884-
CMYK00.850.550.27
HSL338.6º73.71%41.76%-
HSV(B)338.6º84.86%72.55%-
XYZ22.0211.789.5-
YUV81.33129.51201.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=62.29%
G=9.43%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185288400.850.550.27338.673.7141.76
HexB91C54055371B1534a2a
Octal271341240125673352311252
Binary1011100111100101010001010101110111110111010100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b91c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b91c54; }

 p { color: rgb(185,28,84); }

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

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

 a { background-color: rgb(185,28,84); }

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

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

 span { border-color: rgb(185,28,84); }

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