Html Css Color HEX #B64442 Chestnut

📋 copy color: '#B64442'

red 182 ◦ green 68 ◦ blue 66

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

Shades of Chestnut #B64442

Tints of Chestnut #B64442

RGB

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

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

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

R = 57.59%
G = 21.52%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64442 (or 0xB64442) is known color: Chestnut. HEX triplet: B6, 44 and 42. RGB value is (182,68,66). Sum of RGB (Red+Green+Blue) = 182+68+66=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B64442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64442 is #49BBBD. Grayscale: #656565. Windows color (decimal): -4832190 or 4342966. OLE color: 4342966.

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

Color convert

RGB 182 68 66 -
CMYK 0 0.63 0.64 0.29
HSL 1.03º 0.47% 0.49% -
HSV(B) 1.03º 0.64% 0.71% -
XYZ 22.34 14.47 6.77 -
YUV 101.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 182 68 66 0 0.63 0.64 0.29 1.03 0.47 0.49
Hex B6 44 42 0 3F 40 1D 1 2F 31
Octal 266 104 102 0 77 100 35 1 57 61
Binary 10110110 1000100 1000010 0 111111 1000000 11101 1 101111 110001

Color Harmonies of #B64442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64442

Black with #B64442

Text Example


Text Example

White with #B64442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64442; }

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

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

background-color css

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

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

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

border-color css

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

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

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