#B09D58

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

Shades of Husk #B09D58

Tints of Husk #B09D58

Color information

#B09D58 (or 0xB09D58) is unknown color: approx Husk. HEX triplet: B0, 9D and 58. RGB value is (176,157,88). Sum of RGB (Red+Green+Blue) = 176+157+88=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D58 is #4F62A7. Grayscale: #9B9B9B. Windows color (decimal): -5202600 or 5807536. OLE color: 5807536.

HSL color Cylindrical-coordinate representation of color #B09D58: hue angle of 47.05º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B09D58 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17615788-
CMYK00.110.500.31
HSL47.05º35.77%51.76%-
HSV(B)47.05º50%69.02%-
XYZ31.7234.0514.13-
YUV154.8290.29143.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=41.81%
G=37.29%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761578800.110.500.3147.0535.7751.76
HexB09D580B321F2f2434
Octal2602351300136237574464
Binary101100001001110110110000101111001011111101111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D58; }

 p { color: rgb(176,157,88); }

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

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

 a { background-color: rgb(176,157,88); }

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

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

 span { border-color: rgb(176,157,88); }

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