Html Css Color HEX #B8524E Chestnut

📋 copy color: '#B8524E'

red 184 ◦ green 82 ◦ blue 78

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

Shades of Chestnut #B8524E

Tints of Chestnut #B8524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 53.49%
G = 23.84%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8524E (or 0xB8524E) is known color: Chestnut. HEX triplet: B8, 52 and 4E. RGB value is (184,82,78). Sum of RGB (Red+Green+Blue) = 184+82+78=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8524E is #47ADB1. Grayscale: #707070. Windows color (decimal): -4697522 or 5132984. OLE color: 5132984.

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

Color convert

RGB 184 82 78 -
CMYK 0 0.55 0.58 0.28
HSL 2.26º 0.43% 0.51% -
HSV(B) 2.26º 0.58% 0.72% -
XYZ 24.16 16.77 9.17 -
YUV 112.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 184 82 78 0 0.55 0.58 0.28 2.26 0.43 0.51
Hex B8 52 4E 0 37 3A 1C 2 2B 33
Octal 270 122 116 0 67 72 34 2 53 63
Binary 10111000 1010010 1001110 0 110111 111010 11100 10 101011 110011

Color Harmonies of #B8524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8524E

Black with #B8524E

Text Example


Text Example

White with #B8524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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