#B93356

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

Shades of Old Rose #B93356

Tints of Old Rose #B93356

Color information

#B93356 (or 0xB93356) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 56. RGB value is (185,51,86). Sum of RGB (Red+Green+Blue) = 185+51+86=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93356 is #46CCA9. Grayscale: #5F5F5F. Windows color (decimal): -4639914 or 5649337. OLE color: 5649337.

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

Color convert

RGB1855186-
CMYK00.720.540.27
HSL344.33º56.78%46.27%-
HSV(B)344.33º72.43%72.55%-
XYZ22.8713.3510.18-
YUV95.06122.89192.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=57.45%
G=15.84%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185518600.720.540.27344.3356.7846.27
HexB93356048361B158392e
Octal27163126011066335307156
Binary1011100111001110101100100100011011011011101011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93356; }

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

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

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

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

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

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

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

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