#B8523F

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

Shades of Chestnut #B8523F

Tints of Chestnut #B8523F

Color information

#B8523F (or 0xB8523F) is unknown color: approx Chestnut. HEX triplet: B8, 52 and 3F. RGB value is (184,82,63). Sum of RGB (Red+Green+Blue) = 184+82+63=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8523F is #47ADC0. Grayscale: #6E6E6E. Windows color (decimal): -4697537 or 4149944. OLE color: 4149944.

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

Color convert

RGB1848263-
CMYK00.550.660.28
HSL9.42º48.99%48.43%-
HSV(B)9.42º65.76%72.16%-
XYZ23.6816.586.66-
YUV110.33101.29180.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.93%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 63 (25% from 255) = 19.15%
R=55.93%
G=24.92%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184826300.550.660.289.4248.9948.43
HexB8523F037421C93130
Octal2701227706710234116160
Binary10111000101001011111101101111000010111001001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8523F; }

 p { color: rgb(184,82,63); }

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

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

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

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

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

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

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