#B0974E

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

Shades of Husk #B0974E

Tints of Husk #B0974E

Color information

#B0974E (or 0xB0974E) is unknown color: approx Husk. HEX triplet: B0, 97 and 4E. RGB value is (176,151,78). Sum of RGB (Red+Green+Blue) = 176+151+78=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0974E is #4F68B1. Grayscale: #969696. Windows color (decimal): -5204146 or 5150640. OLE color: 5150640.

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

Color convert

RGB17615178-
CMYK00.140.560.31
HSL44.69º38.58%49.8%-
HSV(B)44.69º55.68%69.02%-
XYZ30.3531.9111.77-
YUV150.1587.28146.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=43.46%
G=37.28%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761517800.140.560.3144.6938.5849.8
HexB0974E0E381F2d2732
Octal2602271160167037554762
Binary101100001001011110011100111011100011111101101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0974E; }

 p { color: rgb(176,151,78); }

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

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

 a { background-color: rgb(176,151,78); }

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

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

 span { border-color: rgb(176,151,78); }

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