#B0944D

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

Shades of Husk #B0944D

Tints of Husk #B0944D

Color information

#B0944D (or 0xB0944D) is unknown color: approx Husk. HEX triplet: B0, 94 and 4D. RGB value is (176,148,77). Sum of RGB (Red+Green+Blue) = 176+148+77=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0944D is #4F6BB2. Grayscale: #949494. Windows color (decimal): -5204915 or 5084336. OLE color: 5084336.

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

Color convert

RGB17614877-
CMYK00.160.560.31
HSL43.03º39.13%49.61%-
HSV(B)43.03º56.25%69.02%-
XYZ29.8330.9511.42-
YUV148.2887.78147.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=43.89%
G=36.91%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761487700.160.560.3143.0339.1349.61
HexB0944D010381F2b2732
Octal2602241150207037534762
Binary1011000010010100100110101000011100011111101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0944D; }

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

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

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

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

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

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

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

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