Html Css Color HEX #B64642 Chestnut

📋 copy color: '#B64642'

red 182 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #B64642

Tints of Chestnut #B64642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

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

R = 57.23%
G = 22.01%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64642 (or 0xB64642) is known color: Chestnut. HEX triplet: B6, 46 and 42. RGB value is (182,70,66). Sum of RGB (Red+Green+Blue) = 182+70+66=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B64642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64642 is #49B9BD. Grayscale: #676767. Windows color (decimal): -4831678 or 4343478. OLE color: 4343478.

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

Color convert

RGB 182 70 66 -
CMYK 0 0.62 0.64 0.29
HSL 2.07º 0.47% 0.49% -
HSV(B) 2.07º 0.64% 0.71% -
XYZ 22.46 14.72 6.81 -
YUV 103.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 182 70 66 0 0.62 0.64 0.29 2.07 0.47 0.49
Hex B6 46 42 0 3E 40 1D 2 2F 31
Octal 266 106 102 0 76 100 35 2 57 61
Binary 10110110 1000110 1000010 0 111110 1000000 11101 10 101111 110001

Color Harmonies of #B64642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64642

Black with #B64642

Text Example


Text Example

White with #B64642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64642; }

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

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

background-color css

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

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

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

border-color css

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

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

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