#BAAE61

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

Shades of Gimblet #BAAE61

Tints of Gimblet #BAAE61

Color information

#BAAE61 (or 0xBAAE61) is unknown color: approx Gimblet. HEX triplet: BA, AE and 61. RGB value is (186,174,97). Sum of RGB (Red+Green+Blue) = 186+174+97=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE61 is #45519E. Grayscale: #A9A9A9. Windows color (decimal): -4542879 or 6401722. OLE color: 6401722.

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

Color convert

RGB18617497-
CMYK00.060.480.27
HSL51.91º39.21%55.49%-
HSV(B)51.91º47.85%72.94%-
XYZ37.5441.5717.36-
YUV168.8187.48140.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=40.70%
G=38.07%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861749700.060.480.2751.9139.2155.49
HexBAAE6106301B342737
Octal272256141066033644767
Binary10111010101011101100001011011000011011110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE61; }

 p { color: rgb(186,174,97); }

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

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

 a { background-color: rgb(186,174,97); }

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

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

 span { border-color: rgb(186,174,97); }

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