#BAA870

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

Shades of Gimblet #BAA870

Tints of Gimblet #BAA870

Color information

#BAA870 (or 0xBAA870) is unknown color: approx Gimblet. HEX triplet: BA, A8 and 70. RGB value is (186,168,112). Sum of RGB (Red+Green+Blue) = 186+168+112=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA870 is #45578F. Grayscale: #A7A7A7. Windows color (decimal): -4544400 or 7383226. OLE color: 7383226.

HSL color Cylindrical-coordinate representation of color #BAA870: hue angle of 45.41º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAA870 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186168112-
CMYK00.100.400.27
HSL45.41º34.91%58.43%-
HSV(B)45.41º39.78%72.94%-
XYZ37.1839.6121.02-
YUV16796.96141.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=39.91%
G=36.05%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616811200.100.400.2745.4134.9158.43
HexBAA8700A281B2d233a
Octal2722501600125033554372
Binary101110101010100011100000101010100011011101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA870; }

 p { color: rgb(186,168,112); }

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

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

 a { background-color: rgb(186,168,112); }

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

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

 span { border-color: rgb(186,168,112); }

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