Html Css Color HEX #B6A04D Husk

📋 copy color: '#B6A04D'

red 182 ◦ green 160 ◦ blue 77

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

Shades of Husk #B6A04D

Tints of Husk #B6A04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

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

R = 43.44%
G = 38.19%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6A04D (or 0xB6A04D) is known color: Husk. HEX triplet: B6, A0 and 4D. RGB value is (182,160,77). Sum of RGB (Red+Green+Blue) = 182+160+77=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A04D is #495FB2. Grayscale: #9D9D9D. Windows color (decimal): -4808627 or 5087414. OLE color: 5087414.

HSL color Cylindrical-coordinate representation of color #B6A04D: hue angle of 47.43º 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 #B6A04D is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 160 77 -
CMYK 0 0.12 0.58 0.29
HSL 47.43º 0.42% 0.51% -
HSV(B) 47.43º 0.58% 0.71% -
XYZ 33.2 35.62 12.15 -
YUV 157.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 182 160 77 0 0.12 0.58 0.29 47.43 0.42 0.51
Hex B6 A0 4D 0 C 3A 1D 2F 2A 33
Octal 266 240 115 0 14 72 35 57 52 63
Binary 10110110 10100000 1001101 0 1100 111010 11101 101111 101010 110011

Color Harmonies of #B6A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A04D

Black with #B6A04D

Text Example


Text Example

White with #B6A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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