Html Css Color HEX #B64E46 Chestnut

📋 copy color: '#B64E46'

red 182 ◦ green 78 ◦ blue 70

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

Shades of Chestnut #B64E46

Tints of Chestnut #B64E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 55.15%
G = 23.64%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B64E46 (or 0xB64E46) is known color: Chestnut. HEX triplet: B6, 4E and 46. RGB value is (182,78,70). Sum of RGB (Red+Green+Blue) = 182+78+70=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E46 is #49B1B9. Grayscale: #6C6C6C. Windows color (decimal): -4829626 or 4607670. OLE color: 4607670.

HSL color Cylindrical-coordinate representation of color #B64E46: hue angle of 4.29º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64E46 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 78 70 -
CMYK 0 0.57 0.62 0.29
HSL 4.29º 0.44% 0.49% -
HSV(B) 4.29º 0.62% 0.71% -
XYZ 23.12 15.84 7.63 -
YUV 108.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 182 78 70 0 0.57 0.62 0.29 4.29 0.44 0.49
Hex B6 4E 46 0 39 3E 1D 4 2C 31
Octal 266 116 106 0 71 76 35 4 54 61
Binary 10110110 1001110 1000110 0 111001 111110 11101 100 101100 110001

Color Harmonies of #B64E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E46

Black with #B64E46

Text Example


Text Example

White with #B64E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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