#B5994D

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

Shades of Husk #B5994D

Tints of Husk #B5994D

Color information

#B5994D (or 0xB5994D) is unknown color: approx Husk. HEX triplet: B5, 99 and 4D. RGB value is (181,153,77). Sum of RGB (Red+Green+Blue) = 181+153+77=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5994D is #4A66B2. Grayscale: #999999. Windows color (decimal): -4875955 or 5085621. OLE color: 5085621.

HSL color Cylindrical-coordinate representation of color #B5994D: hue angle of 43.85º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5994D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18115377-
CMYK00.150.570.29
HSL43.85º41.27%50.59%-
HSV(B)43.85º57.46%70.98%-
XYZ31.7933.1411.74-
YUV152.7185.28148.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 77 (30.47% from 255) = 18.73%
R=44.04%
G=37.23%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811537700.150.570.2943.8541.2750.59
HexB5994D0F391D2c2933
Octal2652311150177135545163
Binary101101011001100110011010111111100111101101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5994D; }

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

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

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

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

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

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

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

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