Html Css Color HEX #B64844 Chestnut

📋 copy color: '#B64844'

red 182 ◦ green 72 ◦ blue 68

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

Shades of Chestnut #B64844

Tints of Chestnut #B64844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

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

R = 56.52%
G = 22.36%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B64844 (or 0xB64844) is known color: Chestnut. HEX triplet: B6, 48 and 44. RGB value is (182,72,68). Sum of RGB (Red+Green+Blue) = 182+72+68=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B64844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64844 is #49B7BB. Grayscale: #686868. Windows color (decimal): -4831164 or 4475062. OLE color: 4475062.

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

Color convert

RGB 182 72 68 -
CMYK 0 0.60 0.63 0.29
HSL 2.11º 0.46% 0.49% -
HSV(B) 2.11º 0.63% 0.71% -
XYZ 22.65 15 7.17 -
YUV 104.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 182 72 68 0 0.60 0.63 0.29 2.11 0.46 0.49
Hex B6 48 44 0 3C 3F 1D 2 2E 31
Octal 266 110 104 0 74 77 35 2 56 61
Binary 10110110 1001000 1000100 0 111100 111111 11101 10 101110 110001

Color Harmonies of #B64844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64844

Black with #B64844

Text Example


Text Example

White with #B64844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64844; }

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

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

background-color css

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

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

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

border-color css

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

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

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