Html Css Color HEX #B64947 Chestnut

📋 copy color: '#B64947'

red 182 ◦ green 73 ◦ blue 71

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

Shades of Chestnut #B64947

Tints of Chestnut #B64947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.39%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 55.83%
G = 22.39%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B64947 (or 0xB64947) is known color: Chestnut. HEX triplet: B6, 49 and 47. RGB value is (182,73,71). Sum of RGB (Red+Green+Blue) = 182+73+71=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B64947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64947 is #49B6B8. Grayscale: #696969. Windows color (decimal): -4830905 or 4671926. OLE color: 4671926.

HSL color Cylindrical-coordinate representation of color #B64947: hue angle of 1.08º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64947 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 73 71 -
CMYK 0 0.60 0.61 0.29
HSL 1.08º 0.44% 0.5% -
HSV(B) 1.08º 0.61% 0.71% -
XYZ 22.81 15.17 7.69 -
YUV 105.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 182 73 71 0 0.60 0.61 0.29 1.08 0.44 0.5
Hex B6 49 47 0 3C 3D 1D 1 2C 32
Octal 266 111 107 0 74 75 35 1 54 62
Binary 10110110 1001001 1000111 0 111100 111101 11101 1 101100 110010

Color Harmonies of #B64947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64947

Black with #B64947

Text Example


Text Example

White with #B64947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64947; }

 p { color: rgb(182,73,71); }

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

background-color css

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

 a { background-color: rgb(182,73,71); }

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

border-color css

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

 span { border-color: rgb(182,73,71); }

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