#B93951

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

Shades of Old Rose #B93951

Tints of Old Rose #B93951

Color information

#B93951 (or 0xB93951) is unknown color: approx Old Rose. HEX triplet: B9, 39 and 51. RGB value is (185,57,81). Sum of RGB (Red+Green+Blue) = 185+57+81=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93951 is #46C6AE. Grayscale: #626262. Windows color (decimal): -4638383 or 5323193. OLE color: 5323193.

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

Color convert

RGB1855781-
CMYK00.690.560.27
HSL348.75º52.89%47.45%-
HSV(B)348.75º69.19%72.55%-
XYZ22.9613.839.25-
YUV98.01118.41190.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=57.28%
G=17.65%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185578100.690.560.27348.7552.8947.45
HexB93951045381B15d352f
Octal27171121010570335356557
Binary1011100111100110100010100010111100011011101011101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93951; }

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

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

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

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

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

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

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

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