#BB994B

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

Shades of Husk #BB994B

Tints of Husk #BB994B

Color information

#BB994B (or 0xBB994B) is unknown color: approx Husk. HEX triplet: BB, 99 and 4B. RGB value is (187,153,75). Sum of RGB (Red+Green+Blue) = 187+153+75=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB994B is #4466B4. Grayscale: #9A9A9A. Windows color (decimal): -4482741 or 4954555. OLE color: 4954555.

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

Color convert

RGB18715375-
CMYK00.180.600.27
HSL41.79º45.16%51.37%-
HSV(B)41.79º59.89%73.33%-
XYZ33.1533.8611.44-
YUV154.2783.26151.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=45.06%
G=36.87%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871537500.180.600.2741.7945.1651.37
HexBB994B0123C1B2a2d33
Octal2732311130227433525563
Binary1011101110011001100101101001011110011011101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB994B; }

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

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

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

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

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

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

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

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