#B93950

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

Shades of Old Rose #B93950

Tints of Old Rose #B93950

Color information

#B93950 (or 0xB93950) is unknown color: approx Old Rose. HEX triplet: B9, 39 and 50. RGB value is (185,57,80). Sum of RGB (Red+Green+Blue) = 185+57+80=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93950 is #46C6AF. Grayscale: #616161. Windows color (decimal): -4638384 or 5257657. OLE color: 5257657.

HSL color Cylindrical-coordinate representation of color #B93950: hue angle of 349.22º 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 #B93950 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1855780-
CMYK00.690.570.27
HSL349.22º52.89%47.45%-
HSV(B)349.22º69.19%72.55%-
XYZ22.9213.829.05-
YUV97.89117.91190.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=57.45%
G=17.70%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185578000.690.570.27349.2252.8947.45
HexB93950045391B15d352f
Octal27171120010571335356557
Binary1011100111100110100000100010111100111011101011101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93950; }

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

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

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

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

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

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

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

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