#BAAA67

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

Shades of Gimblet #BAAA67

Tints of Gimblet #BAAA67

Color information

#BAAA67 (or 0xBAAA67) is unknown color: approx Gimblet. HEX triplet: BA, AA and 67. RGB value is (186,170,103). Sum of RGB (Red+Green+Blue) = 186+170+103=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA67 is #455598. Grayscale: #A7A7A7. Windows color (decimal): -4543897 or 6793914. OLE color: 6793914.

HSL color Cylindrical-coordinate representation of color #BAAA67: hue angle of 48.43º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAAA67 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB186170103-
CMYK00.090.450.27
HSL48.43º37.56%56.67%-
HSV(B)48.43º44.62%72.94%-
XYZ37.0740.1718.63-
YUV167.1591.8141.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=40.52%
G=37.04%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617010300.090.450.2748.4337.5656.67
HexBAAA67092D1B302639
Octal2722521470115533604671
Binary101110101010101011001110100110110111011110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA67; }

 p { color: rgb(186,170,103); }

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

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

 a { background-color: rgb(186,170,103); }

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

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

 span { border-color: rgb(186,170,103); }

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