Html Css Color HEX #B8524C Chestnut

📋 copy color: '#B8524C'

red 184 ◦ green 82 ◦ blue 76

#B8524C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #B8524C

Tints of Chestnut #B8524C

RGB

 RED value IS 184 (72.27% from 255) = 53.8%

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 53.8%
G = 23.98%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8524C (or 0xB8524C) is known color: Chestnut. HEX triplet: B8, 52 and 4C. RGB value is (184,82,76). Sum of RGB (Red+Green+Blue) = 184+82+76=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8524C is #47ADB3. Grayscale: #6F6F6F. Windows color (decimal): -4697524 or 5001912. OLE color: 5001912.

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

Color convert

RGB 184 82 76 -
CMYK 0 0.55 0.59 0.28
HSL 3.33º 0.43% 0.51% -
HSV(B) 3.33º 0.59% 0.72% -
XYZ 24.09 16.75 8.8 -
YUV 111.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 184 82 76 0 0.55 0.59 0.28 3.33 0.43 0.51
Hex B8 52 4C 0 37 3B 1C 3 2B 33
Octal 270 122 114 0 67 73 34 3 53 63
Binary 10111000 1010010 1001100 0 110111 111011 11100 11 101011 110011

Color Harmonies of #B8524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8524C

Black with #B8524C

Text Example


Text Example

White with #B8524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8524C; }

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

 H1.HeaderClassName
 {
   color: #B8524C;
 }
 .AnyTagClassName
 {
   color: #B8524C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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