#BBAE5D

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

Shades of Gimblet #BBAE5D

Tints of Gimblet #BBAE5D

Color information

#BBAE5D (or 0xBBAE5D) is unknown color: approx Gimblet. HEX triplet: BB, AE and 5D. RGB value is (187,174,93). Sum of RGB (Red+Green+Blue) = 187+174+93=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5D is #4451A2. Grayscale: #A8A8A8. Windows color (decimal): -4477347 or 6139579. OLE color: 6139579.

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

Color convert

RGB18717493-
CMYK00.070.500.27
HSL51.7º40.87%54.9%-
HSV(B)51.7º50.27%73.33%-
XYZ37.6141.6316.41-
YUV168.6585.31141.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=41.19%
G=38.33%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871749300.070.500.2751.740.8754.9
HexBBAE5D07321B342937
Octal273256135076233645167
Binary10111011101011101011101011111001011011110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE5D; }

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

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

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

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

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

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

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

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