#BBAA71

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

Shades of Gimblet #BBAA71

Tints of Gimblet #BBAA71

Color information

#BBAA71 (or 0xBBAA71) is unknown color: approx Gimblet. HEX triplet: BB, AA and 71. RGB value is (187,170,113). Sum of RGB (Red+Green+Blue) = 187+170+113=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA71 is #44558E. Grayscale: #A8A8A8. Windows color (decimal): -4478351 or 7449275. OLE color: 7449275.

HSL color Cylindrical-coordinate representation of color #BBAA71: hue angle of 46.22º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBAA71 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187170113-
CMYK00.090.400.27
HSL46.22º35.24%58.82%-
HSV(B)46.22º39.57%73.33%-
XYZ37.8540.5121.45-
YUV168.5896.63141.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=39.79%
G=36.17%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717011300.090.400.2746.2235.2458.82
HexBBAA7109281B2e233b
Octal2732521610115033564373
Binary101110111010101011100010100110100011011101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA71; }

 p { color: rgb(187,170,113); }

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

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

 a { background-color: rgb(187,170,113); }

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

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

 span { border-color: rgb(187,170,113); }

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