#B35251

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

Shades of Chestnut #B35251

Tints of Chestnut #B35251

Color information

#B35251 (or 0xB35251) is unknown color: approx Chestnut. HEX triplet: B3, 52 and 51. RGB value is (179,82,81). Sum of RGB (Red+Green+Blue) = 179+82+81=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B35251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35251 is #4CADAE. Grayscale: #6E6E6E. Windows color (decimal): -5025199 or 5329587. OLE color: 5329587.

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

Color convert

RGB1798281-
CMYK00.540.550.30
HSL0.61º39.2%50.98%-
HSV(B)0.61º54.75%70.2%-
XYZ23.0916.219.7-
YUV110.89111.14176.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=52.34%
G=23.98%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179828100.540.550.300.6139.250.98
HexB35251036371E12733
Octal263122121066673614763
Binary10110011101001010100010110110110111111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35251; }

 p { color: rgb(179,82,81); }

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

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

 a { background-color: rgb(179,82,81); }

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

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

 span { border-color: rgb(179,82,81); }

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