#BBAE64

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

Shades of Gimblet #BBAE64

Tints of Gimblet #BBAE64

Color information

#BBAE64 (or 0xBBAE64) is unknown color: approx Gimblet. HEX triplet: BB, AE and 64. RGB value is (187,174,100). Sum of RGB (Red+Green+Blue) = 187+174+100=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE64 is #44519B. Grayscale: #A9A9A9. Windows color (decimal): -4477340 or 6598331. OLE color: 6598331.

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

Color convert

RGB187174100-
CMYK00.070.470.27
HSL51.03º39.01%56.27%-
HSV(B)51.03º46.52%73.33%-
XYZ37.9341.7618.12-
YUV169.4588.81140.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=40.56%
G=37.74%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717410000.070.470.2751.0339.0156.27
HexBBAE64072F1B332738
Octal273256144075733634770
Binary10111011101011101100100011110111111011110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE64; }

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

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

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

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

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

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

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

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