#B09D45

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

Shades of Husk #B09D45

Tints of Husk #B09D45

Color information

#B09D45 (or 0xB09D45) is unknown color: approx Husk. HEX triplet: B0, 9D and 45. RGB value is (176,157,69). Sum of RGB (Red+Green+Blue) = 176+157+69=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D45 is #4F62BA. Grayscale: #999999. Windows color (decimal): -5202619 or 4562352. OLE color: 4562352.

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

Color convert

RGB17615769-
CMYK00.110.610.31
HSL49.35º43.67%48.04%-
HSV(B)49.35º60.8%69.02%-
XYZ31.0433.7710.51-
YUV152.6580.79144.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 157 (61.72% from 255) = 39.05%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=43.78%
G=39.05%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761576900.110.610.3149.3543.6748.04
HexB09D450B3D1F312c30
Octal2602351050137537615460
Binary101100001001110110001010101111110111111110001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D45; }

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

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

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

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

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

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

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

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