#BBAE55

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

Shades of Gimblet #BBAE55

Tints of Gimblet #BBAE55

Color information

#BBAE55 (or 0xBBAE55) is unknown color: approx Gimblet. HEX triplet: BB, AE and 55. RGB value is (187,174,85). Sum of RGB (Red+Green+Blue) = 187+174+85=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE55 is #4451AA. Grayscale: #A8A8A8. Windows color (decimal): -4477355 or 5615291. OLE color: 5615291.

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

Color convert

RGB18717485-
CMYK00.070.550.27
HSL52.35º42.86%53.33%-
HSV(B)52.35º54.55%73.33%-
XYZ37.2741.4914.64-
YUV167.7481.31141.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=41.93%
G=39.01%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871748500.070.550.2752.3542.8653.33
HexBBAE5507371B342b35
Octal273256125076733645365
Binary10111011101011101010101011111011111011110100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE55; }

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

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

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

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

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

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

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

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