#BBA65A

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

Shades of Gimblet #BBA65A

Tints of Gimblet #BBA65A

Color information

#BBA65A (or 0xBBA65A) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 5A. RGB value is (187,166,90). Sum of RGB (Red+Green+Blue) = 187+166+90=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65A is #4459A5. Grayscale: #A3A3A3. Windows color (decimal): -4479398 or 5940923. OLE color: 5940923.

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

Color convert

RGB18716690-
CMYK00.110.520.27
HSL47.01º41.63%54.31%-
HSV(B)47.01º51.87%73.33%-
XYZ35.9838.5815.22-
YUV163.6186.46144.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=42.21%
G=37.47%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871669000.110.520.2747.0141.6354.31
HexBBA65A0B341B2f2a36
Octal2732461320136433575266
Binary101110111010011010110100101111010011011101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA65A; }

 p { color: rgb(187,166,90); }

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

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

 a { background-color: rgb(187,166,90); }

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

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

 span { border-color: rgb(187,166,90); }

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