#BBA764

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

Shades of Gimblet #BBA764

Tints of Gimblet #BBA764

Color information

#BBA764 (or 0xBBA764) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 64. RGB value is (187,167,100). Sum of RGB (Red+Green+Blue) = 187+167+100=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA764 is #44589B. Grayscale: #A5A5A5. Windows color (decimal): -4479132 or 6596539. OLE color: 6596539.

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

Color convert

RGB187167100-
CMYK00.110.470.27
HSL46.21º39.01%56.27%-
HSV(B)46.21º46.52%73.33%-
XYZ36.6139.1217.68-
YUV165.3491.13143.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=41.19%
G=36.78%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716710000.110.470.2746.2139.0156.27
HexBBA7640B2F1B2e2738
Octal2732471440135733564770
Binary101110111010011111001000101110111111011101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA764; }

 p { color: rgb(187,167,100); }

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

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

 a { background-color: rgb(187,167,100); }

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

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

 span { border-color: rgb(187,167,100); }

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