Html Css Color HEX #B6994A Husk

📋 copy color: '#B6994A'

red 182 ◦ green 153 ◦ blue 74

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

Shades of Husk #B6994A

Tints of Husk #B6994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 44.5%
G = 37.41%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6994A (or 0xB6994A) is known color: Husk. HEX triplet: B6, 99 and 4A. RGB value is (182,153,74). Sum of RGB (Red+Green+Blue) = 182+153+74=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6994A is #4966B5. Grayscale: #999999. Windows color (decimal): -4810422 or 4889014. OLE color: 4889014.

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

Color convert

RGB 182 153 74 -
CMYK 0 0.16 0.59 0.29
HSL 43.89º 0.43% 0.5% -
HSV(B) 43.89º 0.59% 0.71% -
XYZ 31.92 33.22 11.21 -
YUV 152.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 182 153 74 0 0.16 0.59 0.29 43.89 0.43 0.5
Hex B6 99 4A 0 10 3B 1D 2C 2B 32
Octal 266 231 112 0 20 73 35 54 53 62
Binary 10110110 10011001 1001010 0 10000 111011 11101 101100 101011 110010

Color Harmonies of #B6994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6994A

Black with #B6994A

Text Example


Text Example

White with #B6994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6994A; }

 p { color: rgb(182,153,74); }

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

background-color css

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

 a { background-color: rgb(182,153,74); }

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

border-color css

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

 span { border-color: rgb(182,153,74); }

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