Html Css Color HEX #B64C42 Chestnut

📋 copy color: '#B64C42'

red 182 ◦ green 76 ◦ blue 66

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

Shades of Chestnut #B64C42

Tints of Chestnut #B64C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 56.17%
G = 23.46%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64C42 (or 0xB64C42) is known color: Chestnut. HEX triplet: B6, 4C and 42. RGB value is (182,76,66). Sum of RGB (Red+Green+Blue) = 182+76+66=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C42 is #49B3BD. Grayscale: #6A6A6A. Windows color (decimal): -4830142 or 4345014. OLE color: 4345014.

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

Color convert

RGB 182 76 66 -
CMYK 0 0.58 0.64 0.29
HSL 5.17º 0.47% 0.49% -
HSV(B) 5.17º 0.64% 0.71% -
XYZ 22.86 15.51 6.94 -
YUV 106.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 182 76 66 0 0.58 0.64 0.29 5.17 0.47 0.49
Hex B6 4C 42 0 3A 40 1D 5 2F 31
Octal 266 114 102 0 72 100 35 5 57 61
Binary 10110110 1001100 1000010 0 111010 1000000 11101 101 101111 110001

Color Harmonies of #B64C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C42

Black with #B64C42

Text Example


Text Example

White with #B64C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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