Html Css Color HEX #B1A04C Husk

📋 copy color: '#B1A04C'

red 177 ◦ green 160 ◦ blue 76

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

Shades of Husk #B1A04C

Tints of Husk #B1A04C

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 42.86%
G = 38.74%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1A04C (or 0xB1A04C) is known color: Husk. HEX triplet: B1, A0 and 4C. RGB value is (177,160,76). Sum of RGB (Red+Green+Blue) = 177+160+76=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A04C is #4E5FB3. Grayscale: #9B9B9B. Windows color (decimal): -5136308 or 5021873. OLE color: 5021873.

HSL color Cylindrical-coordinate representation of color #B1A04C: hue angle of 49.9º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1A04C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 76 -
CMYK 0 0.10 0.57 0.31
HSL 49.9º 0.4% 0.5% -
HSV(B) 49.9º 0.57% 0.69% -
XYZ 32.01 35.01 11.91 -
YUV 155.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 177 160 76 0 0.10 0.57 0.31 49.9 0.4 0.5
Hex B1 A0 4C 0 A 39 1F 32 28 32
Octal 261 240 114 0 12 71 37 62 50 62
Binary 10110001 10100000 1001100 0 1010 111001 11111 110010 101000 110010

Color Harmonies of #B1A04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A04C

Black with #B1A04C

Text Example


Text Example

White with #B1A04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A04C; }

 p { color: rgb(177,160,76); }

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

background-color css

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

 a { background-color: rgb(177,160,76); }

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

border-color css

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

 span { border-color: rgb(177,160,76); }

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