#B7A14D

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

Shades of Husk #B7A14D

Tints of Husk #B7A14D

Color information

#B7A14D (or 0xB7A14D) is unknown color: approx Husk. HEX triplet: B7, A1 and 4D. RGB value is (183,161,77). Sum of RGB (Red+Green+Blue) = 183+161+77=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A14D is #485EB2. Grayscale: #9E9E9E. Windows color (decimal): -4742835 or 5087671. OLE color: 5087671.

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

Color convert

RGB18316177-
CMYK00.120.580.28
HSL47.55º42.4%50.98%-
HSV(B)47.55º57.92%71.76%-
XYZ33.6136.0912.22-
YUV15882.29145.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=43.47%
G=38.24%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831617700.120.580.2847.5542.450.98
HexB7A14D0C3A1C302a33
Octal2672411150147234605263
Binary101101111010000110011010110011101011100110000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A14D; }

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

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

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

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

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

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

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

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