#BBAE61

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

Shades of Gimblet #BBAE61

Tints of Gimblet #BBAE61

Color information

#BBAE61 (or 0xBBAE61) is unknown color: approx Gimblet. HEX triplet: BB, AE and 61. RGB value is (187,174,97). Sum of RGB (Red+Green+Blue) = 187+174+97=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE61 is #44519E. Grayscale: #A9A9A9. Windows color (decimal): -4477343 or 6401723. OLE color: 6401723.

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

Color convert

RGB18717497-
CMYK00.070.480.27
HSL51.33º39.82%55.69%-
HSV(B)51.33º48.13%73.33%-
XYZ37.7941.717.37-
YUV169.1187.31140.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=40.83%
G=37.99%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871749700.070.480.2751.3339.8255.69
HexBBAE6107301B332838
Octal273256141076033635070
Binary10111011101011101100001011111000011011110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE61; }

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

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

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

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

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

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

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

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