#bbae5c

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

Shades of Gimblet #BBAE5C

Tints of Gimblet #BBAE5C

Color information

#BBAE5C (or 0xBBAE5C) is unknown color: approx Gimblet. HEX triplet: BB, AE and 5C. RGB value is (187,174,92). Sum of RGB (Red+Green+Blue) = 187+174+92=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5C is #4451A3. Grayscale: #A8A8A8. Windows color (decimal): -4477348 or 6074043. OLE color: 6074043.

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

Color convert

RGB18717492-
CMYK00.070.510.27
HSL51.79º41.13%54.71%-
HSV(B)51.79º50.8%73.33%-
XYZ37.5641.6116.18-
YUV168.5484.81141.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=41.28%
G=38.41%
B=20.31%

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
Decimal1871749200.070.510.2751.7941.1354.71
HexBBAE5C07331B342937
Octal273256134076333645167
Binary10111011101011101011100011111001111011110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbae5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbae5c; }

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

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

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

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

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

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

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

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