#BB994D

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

Shades of Husk #BB994D

Tints of Husk #BB994D

Color information

#BB994D (or 0xBB994D) is unknown color: approx Husk. HEX triplet: BB, 99 and 4D. RGB value is (187,153,77). Sum of RGB (Red+Green+Blue) = 187+153+77=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB994D is #4466B2. Grayscale: #9A9A9A. Windows color (decimal): -4482739 or 5085627. OLE color: 5085627.

HSL color Cylindrical-coordinate representation of color #BB994D: hue angle of 41.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB994D is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18715377-
CMYK00.180.590.27
HSL41.45º44.72%51.76%-
HSV(B)41.45º58.82%73.33%-
XYZ33.2233.8811.81-
YUV154.584.26151.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=44.84%
G=36.69%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871537700.180.590.2741.4544.7251.76
HexBB994D0123B1B292d34
Octal2732311150227333515564
Binary1011101110011001100110101001011101111011101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB994D; }

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

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

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

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

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

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

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

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