Html Css Color HEX #B6493E Chestnut

📋 copy color: '#B6493E'

red 182 ◦ green 73 ◦ blue 62

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

Shades of Chestnut #B6493E

Tints of Chestnut #B6493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 57.41%
G = 23.03%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6493E (or 0xB6493E) is known color: Chestnut. HEX triplet: B6, 49 and 3E. RGB value is (182,73,62). Sum of RGB (Red+Green+Blue) = 182+73+62=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B6493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6493E is #49B6C1. Grayscale: #686868. Windows color (decimal): -4830914 or 4082102. OLE color: 4082102.

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

Color convert

RGB 182 73 62 -
CMYK 0 0.60 0.66 0.29
HSL 5.5º 0.49% 0.48% -
HSV(B) 5.5º 0.66% 0.71% -
XYZ 22.54 15.06 6.28 -
YUV 104.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 182 73 62 0 0.60 0.66 0.29 5.5 0.49 0.48
Hex B6 49 3E 0 3C 42 1D 6 31 30
Octal 266 111 76 0 74 102 35 6 61 60
Binary 10110110 1001001 111110 0 111100 1000010 11101 110 110001 110000

Color Harmonies of #B6493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6493E

Black with #B6493E

Text Example


Text Example

White with #B6493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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