#B93A56

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

Shades of Old Rose #B93A56

Tints of Old Rose #B93A56

Color information

#B93A56 (or 0xB93A56) is unknown color: approx Old Rose. HEX triplet: B9, 3A and 56. RGB value is (185,58,86). Sum of RGB (Red+Green+Blue) = 185+58+86=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A56 is #46C5A9. Grayscale: #636363. Windows color (decimal): -4638122 or 5651129. OLE color: 5651129.

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

Color convert

RGB1855886-
CMYK00.690.540.27
HSL346.77º52.26%47.65%-
HSV(B)346.77º68.65%72.55%-
XYZ23.214.0110.29-
YUV99.16120.58189.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=56.23%
G=17.63%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185588600.690.540.27346.7752.2647.65
HexB93A56045361B15b3430
Octal27172126010566335336460
Binary1011100111101010101100100010111011011011101011011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A56; }

 p { color: rgb(185,58,86); }

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

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

 a { background-color: rgb(185,58,86); }

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

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

 span { border-color: rgb(185,58,86); }

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