#B9A058

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

Shades of Husk #B9A058

Tints of Husk #B9A058

Color information

#B9A058 (or 0xB9A058) is unknown color: approx Husk. HEX triplet: B9, A0 and 58. RGB value is (185,160,88). Sum of RGB (Red+Green+Blue) = 185+160+88=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A058 is #465FA7. Grayscale: #9F9F9F. Windows color (decimal): -4612008 or 5808313. OLE color: 5808313.

HSL color Cylindrical-coordinate representation of color #B9A058: hue angle of 44.54º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9A058 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18516088-
CMYK00.140.520.27
HSL44.54º40.93%53.53%-
HSV(B)44.54º52.43%72.55%-
XYZ34.3436.1614.4-
YUV159.2787.78146.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=42.73%
G=36.95%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851608800.140.520.2744.5440.9353.53
HexB9A0580E341B2d2936
Octal2712401300166433555166
Binary101110011010000010110000111011010011011101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A058; }

 p { color: rgb(185,160,88); }

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

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

 a { background-color: rgb(185,160,88); }

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

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

 span { border-color: rgb(185,160,88); }

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