#B09B50

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

Shades of Husk #B09B50

Tints of Husk #B09B50

Color information

#B09B50 (or 0xB09B50) is unknown color: approx Husk. HEX triplet: B0, 9B and 50. RGB value is (176,155,80). Sum of RGB (Red+Green+Blue) = 176+155+80=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B50 is #4F64AF. Grayscale: #999999. Windows color (decimal): -5203120 or 5282736. OLE color: 5282736.

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

Color convert

RGB17615580-
CMYK00.120.550.31
HSL46.88º37.8%50.2%-
HSV(B)46.88º54.55%69.02%-
XYZ31.0733.2512.37-
YUV152.7386.96144.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=42.82%
G=37.71%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761558000.120.550.3146.8837.850.2
HexB09B500C371F2f2632
Octal2602331200146737574662
Binary101100001001101110100000110011011111111101111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B50; }

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

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

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

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

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

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

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

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