#B9335C

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

Shades of Old Rose #B9335C

Tints of Old Rose #B9335C

Color information

#B9335C (or 0xB9335C) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 5C. RGB value is (185,51,92). Sum of RGB (Red+Green+Blue) = 185+51+92=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9335C is #46CCA3. Grayscale: #5F5F5F. Windows color (decimal): -4639908 or 6042553. OLE color: 6042553.

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

Color convert

RGB1855192-
CMYK00.720.500.27
HSL341.64º56.78%46.27%-
HSV(B)341.64º72.43%72.55%-
XYZ23.1213.4511.5-
YUV95.74125.89191.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=56.40%
G=15.55%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185519200.720.500.27341.6456.7846.27
HexB9335C048321B156392e
Octal27163134011062335267156
Binary1011100111001110111000100100011001011011101010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9335C; }

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

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

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

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

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

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

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

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