#B09957

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

Shades of Husk #B09957

Tints of Husk #B09957

Color information

#B09957 (or 0xB09957) is unknown color: approx Husk. HEX triplet: B0, 99 and 57. RGB value is (176,153,87). Sum of RGB (Red+Green+Blue) = 176+153+87=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B09957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09957 is #4F66A8. Grayscale: #989898. Windows color (decimal): -5203625 or 5740976. OLE color: 5740976.

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

Color convert

RGB17615387-
CMYK00.130.510.31
HSL44.49º36.03%51.57%-
HSV(B)44.49º50.57%69.02%-
XYZ31.0232.713.69-
YUV152.3591.12144.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=42.31%
G=36.78%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761538700.130.510.3144.4936.0351.57
HexB099570D331F2c2434
Octal2602311270156337544464
Binary101100001001100110101110110111001111111101100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09957; }

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

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

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

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

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

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

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

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