#B09950

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

Shades of Husk #B09950

Tints of Husk #B09950

Color information

#B09950 (or 0xB09950) is unknown color: approx Husk. HEX triplet: B0, 99 and 50. RGB value is (176,153,80). Sum of RGB (Red+Green+Blue) = 176+153+80=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09950 is #4F66AF. Grayscale: #979797. Windows color (decimal): -5203632 or 5282224. OLE color: 5282224.

HSL color Cylindrical-coordinate representation of color #B09950: hue angle of 45.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B09950 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17615380-
CMYK00.130.550.31
HSL45.62º37.8%50.2%-
HSV(B)45.62º54.55%69.02%-
XYZ30.7432.5912.26-
YUV151.5687.62145.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=43.03%
G=37.41%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761538000.130.550.3145.6237.850.2
HexB099500D371F2e2632
Octal2602311200156737564662
Binary101100001001100110100000110111011111111101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09950; }

 p { color: rgb(176,153,80); }

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

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

 a { background-color: rgb(176,153,80); }

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

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

 span { border-color: rgb(176,153,80); }

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