#BBA564

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

Shades of Gimblet #BBA564

Tints of Gimblet #BBA564

Color information

#BBA564 (or 0xBBA564) is unknown color: approx Gimblet. HEX triplet: BB, A5 and 64. RGB value is (187,165,100). Sum of RGB (Red+Green+Blue) = 187+165+100=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA564 is #445A9B. Grayscale: #A4A4A4. Windows color (decimal): -4479644 or 6596027. OLE color: 6596027.

HSL color Cylindrical-coordinate representation of color #BBA564: hue angle of 44.83º 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 #BBA564 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB187165100-
CMYK00.120.470.27
HSL44.83º39.01%56.27%-
HSV(B)44.83º46.52%73.33%-
XYZ36.2538.417.56-
YUV164.1791.79144.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=41.37%
G=36.50%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716510000.120.470.2744.8339.0156.27
HexBBA5640C2F1B2d2738
Octal2732451440145733554770
Binary101110111010010111001000110010111111011101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA564; }

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

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

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

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

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

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

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

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