Html Css Color HEX #B0A14E Husk

📋 copy color: '#B0A14E'

red 176 ◦ green 161 ◦ blue 78

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

Shades of Husk #B0A14E

Tints of Husk #B0A14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 42.41%
G = 38.8%
B = 18.8%

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

#B0A14E (or 0xB0A14E) is known color: Husk. HEX triplet: B0, A1 and 4E. RGB value is (176,161,78). Sum of RGB (Red+Green+Blue) = 176+161+78=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A14E is #4F5EB1. Grayscale: #9C9C9C. Windows color (decimal): -5201586 or 5153200. OLE color: 5153200.

HSL color Cylindrical-coordinate representation of color #B0A14E: hue angle of 50.82º 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 #B0A14E is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 161 78 -
CMYK 0 0.09 0.56 0.31
HSL 50.82º 0.39% 0.5% -
HSV(B) 50.82º 0.56% 0.69% -
XYZ 32.02 35.27 12.33 -
YUV 156.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 176 161 78 0 0.09 0.56 0.31 50.82 0.39 0.5
Hex B0 A1 4E 0 9 38 1F 33 27 32
Octal 260 241 116 0 11 70 37 63 47 62
Binary 10110000 10100001 1001110 0 1001 111000 11111 110011 100111 110010

Color Harmonies of #B0A14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A14E

Black with #B0A14E

Text Example


Text Example

White with #B0A14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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