#B8974A

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

Shades of Husk #B8974A

Tints of Husk #B8974A

Color information

#B8974A (or 0xB8974A) is unknown color: approx Husk. HEX triplet: B8, 97 and 4A. RGB value is (184,151,74). Sum of RGB (Red+Green+Blue) = 184+151+74=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8974A is #4768B5. Grayscale: #989898. Windows color (decimal): -4679862 or 4888504. OLE color: 4888504.

HSL color Cylindrical-coordinate representation of color #B8974A: hue angle of 42º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8974A is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18415174-
CMYK00.180.600.28
HSL42º43.65%50.59%-
HSV(B)42º59.78%72.16%-
XYZ32.0732.8211.12-
YUV152.0983.93150.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=44.99%
G=36.92%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841517400.180.600.284243.6550.59
HexB8974A0123C1C2a2c33
Octal2702271120227434525463
Binary1011100010010111100101001001011110011100101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8974A; }

 p { color: rgb(184,151,74); }

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

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

 a { background-color: rgb(184,151,74); }

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

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

 span { border-color: rgb(184,151,74); }

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