Html Css Color HEX #B6944D Husk

📋 copy color: '#B6944D'

red 182 ◦ green 148 ◦ blue 77

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

Shades of Husk #B6944D

Tints of Husk #B6944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 77 (30.47% from 255) = 18.92%

R = 44.72%
G = 36.36%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6944D (or 0xB6944D) is known color: Husk. HEX triplet: B6, 94 and 4D. RGB value is (182,148,77). Sum of RGB (Red+Green+Blue) = 182+148+77=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6944D is #496BB2. Grayscale: #969696. Windows color (decimal): -4811699 or 5084342. OLE color: 5084342.

HSL color Cylindrical-coordinate representation of color #B6944D: hue angle of 40.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6944D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 77 -
CMYK 0 0.19 0.58 0.29
HSL 40.57º 0.42% 0.51% -
HSV(B) 40.57º 0.58% 0.71% -
XYZ 31.22 31.66 11.49 -
YUV 150.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 182 148 77 0 0.19 0.58 0.29 40.57 0.42 0.51
Hex B6 94 4D 0 13 3A 1D 29 2A 33
Octal 266 224 115 0 23 72 35 51 52 63
Binary 10110110 10010100 1001101 0 10011 111010 11101 101001 101010 110011

Color Harmonies of #B6944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6944D

Black with #B6944D

Text Example


Text Example

White with #B6944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6944D; }

 p { color: rgb(182,148,77); }

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

background-color css

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

 a { background-color: rgb(182,148,77); }

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

border-color css

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

 span { border-color: rgb(182,148,77); }

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