Html Css Color HEX #B64E4C Chestnut

📋 copy color: '#B64E4C'

red 182 ◦ green 78 ◦ blue 76

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

Shades of Chestnut #B64E4C

Tints of Chestnut #B64E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.21%

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

R = 54.17%
G = 23.21%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B64E4C (or 0xB64E4C) is known color: Chestnut. HEX triplet: B6, 4E and 4C. RGB value is (182,78,76). Sum of RGB (Red+Green+Blue) = 182+78+76=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E4C is #49B1B3. Grayscale: #6C6C6C. Windows color (decimal): -4829620 or 5000886. OLE color: 5000886.

HSL color Cylindrical-coordinate representation of color #B64E4C: hue angle of 1.13º 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 #B64E4C is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 78 76 -
CMYK 0 0.57 0.58 0.29
HSL 1.13º 0.42% 0.51% -
HSV(B) 1.13º 0.58% 0.71% -
XYZ 23.32 15.92 8.68 -
YUV 108.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 182 78 76 0 0.57 0.58 0.29 1.13 0.42 0.51
Hex B6 4E 4C 0 39 3A 1D 1 2A 33
Octal 266 116 114 0 71 72 35 1 52 63
Binary 10110110 1001110 1001100 0 111001 111010 11101 1 101010 110011

Color Harmonies of #B64E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E4C

Black with #B64E4C

Text Example


Text Example

White with #B64E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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