Html Css Color HEX #B64946 Chestnut

📋 copy color: '#B64946'

red 182 ◦ green 73 ◦ blue 70

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

Shades of Chestnut #B64946

Tints of Chestnut #B64946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 56%
G = 22.46%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B64946 (or 0xB64946) is known color: Chestnut. HEX triplet: B6, 49 and 46. RGB value is (182,73,70). Sum of RGB (Red+Green+Blue) = 182+73+70=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B64946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64946 is #49B6B9. Grayscale: #696969. Windows color (decimal): -4830906 or 4606390. OLE color: 4606390.

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

Color convert

RGB 182 73 70 -
CMYK 0 0.60 0.62 0.29
HSL 1.61º 0.44% 0.49% -
HSV(B) 1.61º 0.62% 0.71% -
XYZ 22.78 15.15 7.52 -
YUV 105.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 182 73 70 0 0.60 0.62 0.29 1.61 0.44 0.49
Hex B6 49 46 0 3C 3E 1D 2 2C 31
Octal 266 111 106 0 74 76 35 2 54 61
Binary 10110110 1001001 1000110 0 111100 111110 11101 10 101100 110001

Color Harmonies of #B64946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64946

Black with #B64946

Text Example


Text Example

White with #B64946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64946; }

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

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

background-color css

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

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

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

border-color css

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

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

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