#B7994A

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

Shades of Husk #B7994A

Tints of Husk #B7994A

Color information

#B7994A (or 0xB7994A) is unknown color: approx Husk. HEX triplet: B7, 99 and 4A. RGB value is (183,153,74). Sum of RGB (Red+Green+Blue) = 183+153+74=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7994A is #4866B5. Grayscale: #999999. Windows color (decimal): -4744886 or 4889015. OLE color: 4889015.

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

Color convert

RGB18315374-
CMYK00.160.600.28
HSL43.49º43.08%50.39%-
HSV(B)43.49º59.56%71.76%-
XYZ32.1633.3411.22-
YUV152.9683.44149.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=44.63%
G=37.32%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831537400.160.600.2843.4943.0850.39
HexB7994A0103C1C2b2b32
Octal2672311120207434535362
Binary1011011110011001100101001000011110011100101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7994A; }

 p { color: rgb(183,153,74); }

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

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

 a { background-color: rgb(183,153,74); }

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

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

 span { border-color: rgb(183,153,74); }

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