#b35252

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

Shades of Chestnut #B35252

Tints of Chestnut #B35252

Color information

#B35252 (or 0xB35252) is unknown color: approx Chestnut. HEX triplet: B3, 52 and 52. RGB value is (179,82,82). Sum of RGB (Red+Green+Blue) = 179+82+82=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B35252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35252 is #4CADAD. Grayscale: #6F6F6F. Windows color (decimal): -5025198 or 5395123. OLE color: 5395123.

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

Color convert

RGB1798282-
CMYK00.540.540.30
HSL38.96%51.18%-
HSV(B)54.19%70.2%-
XYZ23.1316.239.9-
YUV111111.64176.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=52.19%
G=23.91%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179828200.540.540.30038.9651.18
HexB35252036361E02733
Octal263122122066663604763
Binary10110011101001010100100110110110110111100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35252; }

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

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

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

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

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

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

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

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