Html Css Color HEX #B6A05A Husk

📋 copy color: '#B6A05A'

red 182 ◦ green 160 ◦ blue 90

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

Shades of Husk #B6A05A

Tints of Husk #B6A05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 42.13%
G = 37.04%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6A05A (or 0xB6A05A) is known color: Husk. HEX triplet: B6, A0 and 5A. RGB value is (182,160,90). Sum of RGB (Red+Green+Blue) = 182+160+90=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A05A is #495FA5. Grayscale: #9E9E9E. Windows color (decimal): -4808614 or 5939382. OLE color: 5939382.

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

Color convert

RGB 182 160 90 -
CMYK 0 0.12 0.51 0.29
HSL 45.65º 0.39% 0.53% -
HSV(B) 45.65º 0.51% 0.71% -
XYZ 33.71 35.82 14.81 -
YUV 158.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 182 160 90 0 0.12 0.51 0.29 45.65 0.39 0.53
Hex B6 A0 5A 0 C 33 1D 2E 27 35
Octal 266 240 132 0 14 63 35 56 47 65
Binary 10110110 10100000 1011010 0 1100 110011 11101 101110 100111 110101

Color Harmonies of #B6A05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A05A

Black with #B6A05A

Text Example


Text Example

White with #B6A05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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