#B35454

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

Shades of Chestnut #B35454

Tints of Chestnut #B35454

Color information

#B35454 (or 0xB35454) is unknown color: approx Chestnut. HEX triplet: B3, 54 and 54. RGB value is (179,84,84). Sum of RGB (Red+Green+Blue) = 179+84+84=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B35454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35454 is #4CABAB. Grayscale: #707070. Windows color (decimal): -5024684 or 5526707. OLE color: 5526707.

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

Color convert

RGB1798484-
CMYK00.530.530.30
HSL38.46%51.57%-
HSV(B)53.07%70.2%-
XYZ23.3616.5610.35-
YUV112.4111.97175.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=51.59%
G=24.21%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179848400.530.530.30038.4651.57
HexB35454035351E02634
Octal263124124065653604664
Binary10110011101010010101000110101110101111100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35454; }

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

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

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

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

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

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

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

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