#B32656

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

Shades of Old Rose #B32656

Tints of Old Rose #B32656

Color information

#B32656 (or 0xB32656) is unknown color: approx Old Rose. HEX triplet: B3, 26 and 56. RGB value is (179,38,86). Sum of RGB (Red+Green+Blue) = 179+38+86=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B32656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32656 is #4CD9A9. Grayscale: #555555. Windows color (decimal): -5036458 or 5646003. OLE color: 5646003.

HSL color Cylindrical-coordinate representation of color #B32656: hue angle of 339.57º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32656 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB1793886-
CMYK00.790.520.30
HSL339.57º64.98%42.55%-
HSV(B)339.57º78.77%70.2%-
XYZ20.9611.649.95-
YUV85.63128.21194.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=59.08%
G=12.54%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179388600.790.520.30339.5764.9842.55
HexB3265604F341E154412b
Octal263461260117643652410153
Binary10110011100110101011001001111110100111101010101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32656; }

 p { color: rgb(179,38,86); }

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

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

 a { background-color: rgb(179,38,86); }

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

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

 span { border-color: rgb(179,38,86); }

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