Html Css Color HEX #B64440 Chestnut

📋 copy color: '#B64440'

red 182 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #B64440

Tints of Chestnut #B64440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 57.96%
G = 21.66%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B64440 (or 0xB64440) is known color: Chestnut. HEX triplet: B6, 44 and 40. RGB value is (182,68,64). Sum of RGB (Red+Green+Blue) = 182+68+64=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B64440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64440 is #49BBBF. Grayscale: #656565. Windows color (decimal): -4832192 or 4211894. OLE color: 4211894.

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

Color convert

RGB 182 68 64 -
CMYK 0 0.63 0.65 0.29
HSL 2.03º 0.48% 0.48% -
HSV(B) 2.03º 0.65% 0.71% -
XYZ 22.28 14.45 6.47 -
YUV 101.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 182 68 64 0 0.63 0.65 0.29 2.03 0.48 0.48
Hex B6 44 40 0 3F 41 1D 2 30 30
Octal 266 104 100 0 77 101 35 2 60 60
Binary 10110110 1000100 1000000 0 111111 1000001 11101 10 110000 110000

Color Harmonies of #B64440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64440

Black with #B64440

Text Example


Text Example

White with #B64440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64440; }

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

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

background-color css

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

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

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

border-color css

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

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

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