#B35650

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

Shades of Chestnut #B35650

Tints of Chestnut #B35650

Color information

#B35650 (or 0xB35650) is unknown color: approx Chestnut. HEX triplet: B3, 56 and 50. RGB value is (179,86,80). Sum of RGB (Red+Green+Blue) = 179+86+80=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B35650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35650 is #4CA9AF. Grayscale: #717171. Windows color (decimal): -5024176 or 5265075. OLE color: 5265075.

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

Color convert

RGB1798680-
CMYK00.520.550.30
HSL3.64º39.44%50.78%-
HSV(B)3.64º55.31%70.2%-
XYZ23.3716.829.6-
YUV113.12109.31174.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=51.88%
G=24.93%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179868000.520.550.303.6439.4450.78
HexB35650034371E42733
Octal263126120064673644763
Binary1011001110101101010000011010011011111110100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35650; }

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

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

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

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

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

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

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

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