#B09C47

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

Shades of Husk #B09C47

Tints of Husk #B09C47

Color information

#B09C47 (or 0xB09C47) is unknown color: approx Husk. HEX triplet: B0, 9C and 47. RGB value is (176,156,71). Sum of RGB (Red+Green+Blue) = 176+156+71=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C47 is #4F63B8. Grayscale: #989898. Windows color (decimal): -5202873 or 4693168. OLE color: 4693168.

HSL color Cylindrical-coordinate representation of color #B09C47: hue angle of 48.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09C47 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17615671-
CMYK00.110.600.31
HSL48.57º42.51%48.43%-
HSV(B)48.57º59.66%69.02%-
XYZ30.9333.4610.79-
YUV152.2982.13144.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 71 (28.12% from 255) = 17.62%
R=43.67%
G=38.71%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761567100.110.600.3148.5742.5148.43
HexB09C470B3C1F312b30
Octal2602341070137437615360
Binary101100001001110010001110101111110011111110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C47; }

 p { color: rgb(176,156,71); }

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

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

 a { background-color: rgb(176,156,71); }

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

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

 span { border-color: rgb(176,156,71); }

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