#B09B4D

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

Shades of Husk #B09B4D

Tints of Husk #B09B4D

Color information

#B09B4D (or 0xB09B4D) is unknown color: approx Husk. HEX triplet: B0, 9B and 4D. RGB value is (176,155,77). Sum of RGB (Red+Green+Blue) = 176+155+77=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B4D is #4F64B2. Grayscale: #989898. Windows color (decimal): -5203123 or 5086128. OLE color: 5086128.

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

Color convert

RGB17615577-
CMYK00.120.560.31
HSL47.27º39.13%49.61%-
HSV(B)47.27º56.25%69.02%-
XYZ30.9733.2111.8-
YUV152.3985.46144.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=43.14%
G=37.99%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761557700.120.560.3147.2739.1349.61
HexB09B4D0C381F2f2732
Octal2602331150147037574762
Binary101100001001101110011010110011100011111101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B4D; }

 p { color: rgb(176,155,77); }

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

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

 a { background-color: rgb(176,155,77); }

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

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

 span { border-color: rgb(176,155,77); }

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