Html Css Color HEX #B64A40 Chestnut

📋 copy color: '#B64A40'

red 182 ◦ green 74 ◦ blue 64

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

Shades of Chestnut #B64A40

Tints of Chestnut #B64A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

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

R = 56.88%
G = 23.13%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B64A40 (or 0xB64A40) is known color: Chestnut. HEX triplet: B6, 4A and 40. RGB value is (182,74,64). Sum of RGB (Red+Green+Blue) = 182+74+64=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A40 is #49B5BF. Grayscale: #696969. Windows color (decimal): -4830656 or 4213430. OLE color: 4213430.

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

Color convert

RGB 182 74 64 -
CMYK 0 0.59 0.65 0.29
HSL 5.08º 0.48% 0.48% -
HSV(B) 5.08º 0.65% 0.71% -
XYZ 22.67 15.21 6.59 -
YUV 105.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 182 74 64 0 0.59 0.65 0.29 5.08 0.48 0.48
Hex B6 4A 40 0 3B 41 1D 5 30 30
Octal 266 112 100 0 73 101 35 5 60 60
Binary 10110110 1001010 1000000 0 111011 1000001 11101 101 110000 110000

Color Harmonies of #B64A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A40

Black with #B64A40

Text Example


Text Example

White with #B64A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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