#B0994D

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

Shades of Husk #B0994D

Tints of Husk #B0994D

Color information

#B0994D (or 0xB0994D) is unknown color: approx Husk. HEX triplet: B0, 99 and 4D. RGB value is (176,153,77). Sum of RGB (Red+Green+Blue) = 176+153+77=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0994D is #4F66B2. Grayscale: #979797. Windows color (decimal): -5203635 or 5085616. OLE color: 5085616.

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

Color convert

RGB17615377-
CMYK00.130.560.31
HSL46.06º39.13%49.61%-
HSV(B)46.06º56.25%69.02%-
XYZ30.6432.5511.69-
YUV151.2186.12145.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 77 (30.47% from 255) = 18.97%
R=43.35%
G=37.68%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761537700.130.560.3146.0639.1349.61
HexB0994D0D381F2e2732
Octal2602311150157037564762
Binary101100001001100110011010110111100011111101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0994D; }

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

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

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

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

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

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

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

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