Html Css Color HEX #BAA66F Gimblet

📋 copy color: '#BAA66F'

red 186 ◦ green 166 ◦ blue 111

#BAA66F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #BAA66F

Tints of Gimblet #BAA66F

RGB

 RED value IS 186 (73.05% from 255) = 40.17%

 GREEN value IS 166 (65.23% from 255) = 35.85%

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 40.17%
G = 35.85%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAA66F (or 0xBAA66F) is known color: Gimblet. HEX triplet: BA, A6 and 6F. RGB value is (186,166,111). Sum of RGB (Red+Green+Blue) = 186+166+111=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA66F is #455990. Grayscale: #A5A5A5. Windows color (decimal): -4544913 or 7317178. OLE color: 7317178.

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

Color convert

RGB 186 166 111 -
CMYK 0 0.11 0.40 0.27
HSL 44º 0.35% 0.58% -
HSV(B) 44º 0.4% 0.73% -
XYZ 36.76 38.86 20.6 -
YUV 165.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 186 166 111 0 0.11 0.40 0.27 44 0.35 0.58
Hex BA A6 6F 0 B 28 1B 2C 23 3A
Octal 272 246 157 0 13 50 33 54 43 72
Binary 10111010 10100110 1101111 0 1011 101000 11011 101100 100011 111010

Color Harmonies of #BAA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA66F

Black with #BAA66F

Text Example


Text Example

White with #BAA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA66F; }

 p { color: rgb(186,166,111); }

 H1.HeaderClassName
 {
   color: #BAA66F;
 }
 .AnyTagClassName
 {
   color: #BAA66F;
 }
</style>

background-color css

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

 a { background-color: rgb(186,166,111); }

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

border-color css

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

 span { border-color: rgb(186,166,111); }

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