#BBAE5B

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

Shades of Gimblet #BBAE5B

Tints of Gimblet #BBAE5B

Color information

#BBAE5B (or 0xBBAE5B) is unknown color: approx Gimblet. HEX triplet: BB, AE and 5B. RGB value is (187,174,91). Sum of RGB (Red+Green+Blue) = 187+174+91=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5B is #4451A4. Grayscale: #A8A8A8. Windows color (decimal): -4477349 or 6008507. OLE color: 6008507.

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

Color convert

RGB18717491-
CMYK00.070.510.27
HSL51.88º41.38%54.51%-
HSV(B)51.88º51.34%73.33%-
XYZ37.5241.5915.95-
YUV168.4284.31141.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=41.37%
G=38.50%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871749100.070.510.2751.8841.3854.51
HexBBAE5B07331B342937
Octal273256133076333645167
Binary10111011101011101011011011111001111011110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE5B; }

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

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

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

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

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

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

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

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