#B09D4D

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

Shades of Husk #B09D4D

Tints of Husk #B09D4D

Color information

#B09D4D (or 0xB09D4D) is unknown color: approx Husk. HEX triplet: B0, 9D and 4D. RGB value is (176,157,77). Sum of RGB (Red+Green+Blue) = 176+157+77=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D4D is #4F62B2. Grayscale: #999999. Windows color (decimal): -5202611 or 5086640. OLE color: 5086640.

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

Color convert

RGB17615777-
CMYK00.110.560.31
HSL48.48º39.13%49.61%-
HSV(B)48.48º56.25%69.02%-
XYZ31.333.8811.91-
YUV153.5684.79144-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 77 (30.47% from 255) = 18.78%
R=42.93%
G=38.29%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761577700.110.560.3148.4839.1349.61
HexB09D4D0B381F302732
Octal2602351150137037604762
Binary101100001001110110011010101111100011111110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D4D; }

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

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

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

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

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

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

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

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