#B93555

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

Shades of Old Rose #B93555

Tints of Old Rose #B93555

Color information

#B93555 (or 0xB93555) is unknown color: approx Old Rose. HEX triplet: B9, 35 and 55. RGB value is (185,53,85). Sum of RGB (Red+Green+Blue) = 185+53+85=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93555 is #46CAAA. Grayscale: #606060. Windows color (decimal): -4639403 or 5584313. OLE color: 5584313.

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

Color convert

RGB1855385-
CMYK00.710.540.27
HSL345.45º55.46%46.67%-
HSV(B)345.45º71.35%72.55%-
XYZ22.9213.5210-
YUV96.12121.73191.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=57.28%
G=16.41%
B=26.32%

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
Decimal185538500.710.540.27345.4555.4646.67
HexB93555047361B159372f
Octal27165125010766335316757
Binary1011100111010110101010100011111011011011101011001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93555; }

 p { color: rgb(185,53,85); }

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

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

 a { background-color: rgb(185,53,85); }

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

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

 span { border-color: rgb(185,53,85); }

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