Html Css Color HEX #B0A14D Husk

📋 copy color: '#B0A14D'

red 176 ◦ green 161 ◦ blue 77

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

Shades of Husk #B0A14D

Tints of Husk #B0A14D

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 42.51%
G = 38.89%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0A14D (or 0xB0A14D) is known color: Husk. HEX triplet: B0, A1 and 4D. RGB value is (176,161,77). Sum of RGB (Red+Green+Blue) = 176+161+77=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A14D is #4F5EB2. Grayscale: #9C9C9C. Windows color (decimal): -5201587 or 5087664. OLE color: 5087664.

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

Color convert

RGB 176 161 77 -
CMYK 0 0.09 0.56 0.31
HSL 50.91º 0.39% 0.5% -
HSV(B) 50.91º 0.56% 0.69% -
XYZ 31.99 35.26 12.14 -
YUV 155.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 176 161 77 0 0.09 0.56 0.31 50.91 0.39 0.5
Hex B0 A1 4D 0 9 38 1F 33 27 32
Octal 260 241 115 0 11 70 37 63 47 62
Binary 10110000 10100001 1001101 0 1001 111000 11111 110011 100111 110010

Color Harmonies of #B0A14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A14D

Black with #B0A14D

Text Example


Text Example

White with #B0A14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A14D; }

 p { color: rgb(176,161,77); }

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

background-color css

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

 a { background-color: rgb(176,161,77); }

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

border-color css

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

 span { border-color: rgb(176,161,77); }

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