#BBAA68

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

Shades of Gimblet #BBAA68

Tints of Gimblet #BBAA68

Color information

#BBAA68 (or 0xBBAA68) is unknown color: approx Gimblet. HEX triplet: BB, AA and 68. RGB value is (187,170,104). Sum of RGB (Red+Green+Blue) = 187+170+104=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA68 is #445597. Grayscale: #A7A7A7. Windows color (decimal): -4478360 or 6859451. OLE color: 6859451.

HSL color Cylindrical-coordinate representation of color #BBAA68: hue angle of 47.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBAA68 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187170104-
CMYK00.090.440.27
HSL47.71º37.9%57.06%-
HSV(B)47.71º44.39%73.33%-
XYZ37.3740.3118.91-
YUV167.5692.13141.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=40.56%
G=36.88%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717010400.090.440.2747.7137.957.06
HexBBAA68092C1B302639
Octal2732521500115433604671
Binary101110111010101011010000100110110011011110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA68; }

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

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

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

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

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

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

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

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