#BBAE62

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

Shades of Gimblet #BBAE62

Tints of Gimblet #BBAE62

Color information

#BBAE62 (or 0xBBAE62) is unknown color: approx Gimblet. HEX triplet: BB, AE and 62. RGB value is (187,174,98). Sum of RGB (Red+Green+Blue) = 187+174+98=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE62 is #44519D. Grayscale: #A9A9A9. Windows color (decimal): -4477342 or 6467259. OLE color: 6467259.

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

Color convert

RGB18717498-
CMYK00.070.480.27
HSL51.24º39.56%55.88%-
HSV(B)51.24º47.59%73.33%-
XYZ37.8341.7217.61-
YUV169.2287.81140.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=40.74%
G=37.91%
B=21.35%

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
Decimal1871749800.070.480.2751.2439.5655.88
HexBBAE6207301B332838
Octal273256142076033635070
Binary10111011101011101100010011111000011011110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE62; }

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

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

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

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

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

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

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

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