#B0994B

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

Shades of Husk #B0994B

Tints of Husk #B0994B

Color information

#B0994B (or 0xB0994B) is unknown color: approx Husk. HEX triplet: B0, 99 and 4B. RGB value is (176,153,75). Sum of RGB (Red+Green+Blue) = 176+153+75=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0994B is #4F66B4. Grayscale: #979797. Windows color (decimal): -5203637 or 4954544. OLE color: 4954544.

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

Color convert

RGB17615375-
CMYK00.130.570.31
HSL46.34º40.24%49.22%-
HSV(B)46.34º57.39%69.02%-
XYZ30.5732.5211.32-
YUV150.9985.12145.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=43.56%
G=37.87%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761537500.130.570.3146.3440.2449.22
HexB0994B0D391F2e2831
Octal2602311130157137565061
Binary101100001001100110010110110111100111111101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0994B; }

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

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

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

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

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

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

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

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