#B8534F

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

Shades of Chestnut #B8534F

Tints of Chestnut #B8534F

Color information

#B8534F (or 0xB8534F) is unknown color: approx Chestnut. HEX triplet: B8, 53 and 4F. RGB value is (184,83,79). Sum of RGB (Red+Green+Blue) = 184+83+79=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8534F is #47ACB0. Grayscale: #707070. Windows color (decimal): -4697265 or 5198776. OLE color: 5198776.

HSL color Cylindrical-coordinate representation of color #B8534F: hue angle of 2.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8534F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1848379-
CMYK00.550.570.28
HSL2.29º42.51%51.57%-
HSV(B)2.29º57.07%72.16%-
XYZ24.2716.949.39-
YUV112.74108.96178.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=53.18%
G=23.99%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184837900.550.570.282.2942.5151.57
HexB8534F037391C22b34
Octal270123117067713425364
Binary101110001010011100111101101111110011110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8534F; }

 p { color: rgb(184,83,79); }

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

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

 a { background-color: rgb(184,83,79); }

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

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

 span { border-color: rgb(184,83,79); }

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