#B93656

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

Shades of Old Rose #B93656

Tints of Old Rose #B93656

Color information

#B93656 (or 0xB93656) is unknown color: approx Old Rose. HEX triplet: B9, 36 and 56. RGB value is (185,54,86). Sum of RGB (Red+Green+Blue) = 185+54+86=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B93656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93656 is #46C9A9. Grayscale: #606060. Windows color (decimal): -4639146 or 5650105. OLE color: 5650105.

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

Color convert

RGB1855486-
CMYK00.710.540.27
HSL345.34º54.81%46.86%-
HSV(B)345.34º70.81%72.55%-
XYZ23.0113.6210.22-
YUV96.82121.9190.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=56.92%
G=16.62%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185548600.710.540.27345.3454.8146.86
HexB93656047361B159372f
Octal27166126010766335316757
Binary1011100111011010101100100011111011011011101011001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93656; }

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

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

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

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

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

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

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

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