#B35451

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

Shades of Chestnut #B35451

Tints of Chestnut #B35451

Color information

#B35451 (or 0xB35451) is unknown color: approx Chestnut. HEX triplet: B3, 54 and 51. RGB value is (179,84,81). Sum of RGB (Red+Green+Blue) = 179+84+81=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B35451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35451 is #4CABAE. Grayscale: #707070. Windows color (decimal): -5024687 or 5330099. OLE color: 5330099.

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

Color convert

RGB1798481-
CMYK00.530.550.30
HSL1.84º39.2%50.98%-
HSV(B)1.84º54.75%70.2%-
XYZ23.2516.529.75-
YUV112.06110.47175.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=52.03%
G=24.42%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179848100.530.550.301.8439.250.98
HexB35451035371E22733
Octal263124121065673624763
Binary101100111010100101000101101011101111111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35451; }

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

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

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

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

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

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

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

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