Html Css Color HEX #B8564A Chestnut

📋 copy color: '#B8564A'

red 184 ◦ green 86 ◦ blue 74

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

Shades of Chestnut #B8564A

Tints of Chestnut #B8564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 53.49%
G = 25%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8564A (or 0xB8564A) is known color: Chestnut. HEX triplet: B8, 56 and 4A. RGB value is (184,86,74). Sum of RGB (Red+Green+Blue) = 184+86+74=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8564A is #47A9B5. Grayscale: #727272. Windows color (decimal): -4696502 or 4871864. OLE color: 4871864.

HSL color Cylindrical-coordinate representation of color #B8564A: hue angle of 6.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8564A is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 74 -
CMYK 0 0.53 0.60 0.28
HSL 6.55º 0.44% 0.51% -
HSV(B) 6.55º 0.6% 0.72% -
XYZ 24.33 17.34 8.54 -
YUV 113.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 184 86 74 0 0.53 0.60 0.28 6.55 0.44 0.51
Hex B8 56 4A 0 35 3C 1C 7 2C 33
Octal 270 126 112 0 65 74 34 7 54 63
Binary 10111000 1010110 1001010 0 110101 111100 11100 111 101100 110011

Color Harmonies of #B8564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8564A

Black with #B8564A

Text Example


Text Example

White with #B8564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8564A; }

 p { color: rgb(184,86,74); }

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

background-color css

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

 a { background-color: rgb(184,86,74); }

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

border-color css

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

 span { border-color: rgb(184,86,74); }

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