#b0994f

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

Shades of Husk #B0994F

Tints of Husk #B0994F

Color information

#B0994F (or 0xB0994F) is unknown color: approx Husk. HEX triplet: B0, 99 and 4F. RGB value is (176,153,79). Sum of RGB (Red+Green+Blue) = 176+153+79=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0994F is #4F66B0. Grayscale: #979797. Windows color (decimal): -5203633 or 5216688. OLE color: 5216688.

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

Color convert

RGB17615379-
CMYK00.130.550.31
HSL45.77º38.04%50%-
HSV(B)45.77º55.11%69.02%-
XYZ30.7132.5812.07-
YUV151.4487.12145.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 19.36%
R=43.14%
G=37.5%
B=19.36%

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
Decimal1761537900.130.550.3145.7738.0450
HexB0994F0D371F2e2632
Octal2602311170156737564662
Binary101100001001100110011110110111011111111101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0994f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0994f; }

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

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

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

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

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

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

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

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