#B35046

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

Shades of Chestnut #B35046

Tints of Chestnut #B35046

Color information

#B35046 (or 0xB35046) is unknown color: approx Chestnut. HEX triplet: B3, 50 and 46. RGB value is (179,80,70). Sum of RGB (Red+Green+Blue) = 179+80+70=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B35046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35046 is #4CAFB9. Grayscale: #6C6C6C. Windows color (decimal): -5025722 or 4608179. OLE color: 4608179.

HSL color Cylindrical-coordinate representation of color #B35046: hue angle of 5.5º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35046 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1798070-
CMYK00.550.610.30
HSL5.5º43.78%48.82%-
HSV(B)5.5º60.89%70.2%-
XYZ22.5615.767.65-
YUV108.46106.3178.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=54.41%
G=24.32%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179807000.550.610.305.543.7848.82
HexB350460373D1E62c31
Octal263120106067753665461
Binary1011001110100001000110011011111110111110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35046; }

 p { color: rgb(179,80,70); }

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

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

 a { background-color: rgb(179,80,70); }

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

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

 span { border-color: rgb(179,80,70); }

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