#BAA767

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

Shades of Gimblet #BAA767

Tints of Gimblet #BAA767

Color information

#BAA767 (or 0xBAA767) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 67. RGB value is (186,167,103). Sum of RGB (Red+Green+Blue) = 186+167+103=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA767 is #455898. Grayscale: #A5A5A5. Windows color (decimal): -4544665 or 6793146. OLE color: 6793146.

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

Color convert

RGB186167103-
CMYK00.100.450.27
HSL46.27º37.56%56.67%-
HSV(B)46.27º44.62%72.94%-
XYZ36.5239.0618.45-
YUV165.3892.79142.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=40.79%
G=36.62%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616710300.100.450.2746.2737.5656.67
HexBAA7670A2D1B2e2639
Octal2722471470125533564671
Binary101110101010011111001110101010110111011101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA767; }

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

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

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

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

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

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

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

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