Html Css Color HEX #B64C44 Chestnut

📋 copy color: '#B64C44'

red 182 ◦ green 76 ◦ blue 68

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

Shades of Chestnut #B64C44

Tints of Chestnut #B64C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 55.83%
G = 23.31%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B64C44 (or 0xB64C44) is known color: Chestnut. HEX triplet: B6, 4C and 44. RGB value is (182,76,68). Sum of RGB (Red+Green+Blue) = 182+76+68=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C44 is #49B3BB. Grayscale: #6A6A6A. Windows color (decimal): -4830140 or 4476086. OLE color: 4476086.

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

Color convert

RGB 182 76 68 -
CMYK 0 0.58 0.63 0.29
HSL 4.21º 0.46% 0.49% -
HSV(B) 4.21º 0.63% 0.71% -
XYZ 22.92 15.53 7.26 -
YUV 106.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 182 76 68 0 0.58 0.63 0.29 4.21 0.46 0.49
Hex B6 4C 44 0 3A 3F 1D 4 2E 31
Octal 266 114 104 0 72 77 35 4 56 61
Binary 10110110 1001100 1000100 0 111010 111111 11101 100 101110 110001

Color Harmonies of #B64C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C44

Black with #B64C44

Text Example


Text Example

White with #B64C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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