#B09251

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

Shades of Husk #B09251

Tints of Husk #B09251

Color information

#B09251 (or 0xB09251) is unknown color: approx Husk. HEX triplet: B0, 92 and 51. RGB value is (176,146,81). Sum of RGB (Red+Green+Blue) = 176+146+81=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B09251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09251 is #4F6DAE. Grayscale: #939393. Windows color (decimal): -5205423 or 5345968. OLE color: 5345968.

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

Color convert

RGB17614681-
CMYK00.170.540.31
HSL41.05º37.55%50.39%-
HSV(B)41.05º53.98%69.02%-
XYZ29.6730.3812.09-
YUV147.5690.44148.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=43.67%
G=36.23%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761468100.170.540.3141.0537.5550.39
HexB09251011361F292632
Octal2602221210216637514662
Binary1011000010010010101000101000111011011111101001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09251; }

 p { color: rgb(176,146,81); }

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

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

 a { background-color: rgb(176,146,81); }

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

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

 span { border-color: rgb(176,146,81); }

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