#B8A14F

Color #B8A14F Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B8A14F

Tints of Husk #B8A14F

Color information

#B8A14F (or 0xB8A14F) is unknown color: approx Husk. HEX triplet: B8, A1 and 4F. RGB value is (184,161,79). Sum of RGB (Red+Green+Blue) = 184+161+79=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A14F is #475EB0. Grayscale: #9E9E9E. Windows color (decimal): -4677297 or 5218744. OLE color: 5218744.

HSL color Cylindrical-coordinate representation of color #B8A14F: hue angle of 46.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8A14F is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18416179-
CMYK00.120.570.28
HSL46.86º42.51%51.57%-
HSV(B)46.86º57.07%72.16%-
XYZ33.9236.2412.61-
YUV158.5383.12146.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=43.40%
G=37.97%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841617900.120.570.2846.8642.5151.57
HexB8A14F0C391C2f2b34
Octal2702411170147134575364
Binary101110001010000110011110110011100111100101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A14F; }

 p { color: rgb(184,161,79); }

 H1.HeaderClassName
 {
   color: #B8A14F;
 }
 .AnyTagClassName
 {
   color: #B8A14F;
 }
</style>
background-color css

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

 a { background-color: rgb(184,161,79); }

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

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

 span { border-color: rgb(184,161,79); }

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