Html Css Color HEX #B6564C Chestnut

📋 copy color: '#B6564C'

red 182 ◦ green 86 ◦ blue 76

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

Shades of Chestnut #B6564C

Tints of Chestnut #B6564C

RGB

 RED value IS 182 (71.48% from 255) = 52.91%

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

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

R = 52.91%
G = 25%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6564C (or 0xB6564C) is known color: Chestnut. HEX triplet: B6, 56 and 4C. RGB value is (182,86,76). Sum of RGB (Red+Green+Blue) = 182+86+76=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6564C is #49A9B3. Grayscale: #717171. Windows color (decimal): -4827572 or 5002934. OLE color: 5002934.

HSL color Cylindrical-coordinate representation of color #B6564C: hue angle of 5.66º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6564C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 86 76 -
CMYK 0 0.53 0.58 0.29
HSL 5.66º 0.42% 0.51% -
HSV(B) 5.66º 0.58% 0.71% -
XYZ 23.92 17.12 8.88 -
YUV 113.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 182 86 76 0 0.53 0.58 0.29 5.66 0.42 0.51
Hex B6 56 4C 0 35 3A 1D 6 2A 33
Octal 266 126 114 0 65 72 35 6 52 63
Binary 10110110 1010110 1001100 0 110101 111010 11101 110 101010 110011

Color Harmonies of #B6564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6564C

Black with #B6564C

Text Example


Text Example

White with #B6564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6564C; }

 p { color: rgb(182,86,76); }

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

background-color css

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

 a { background-color: rgb(182,86,76); }

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

border-color css

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

 span { border-color: rgb(182,86,76); }

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