Html Css Color HEX #BAA866 Gimblet

📋 copy color: '#BAA866'

red 186 ◦ green 168 ◦ blue 102

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

Shades of Gimblet #BAA866

Tints of Gimblet #BAA866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 40.79%
G = 36.84%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAA866 (or 0xBAA866) is known color: Gimblet. HEX triplet: BA, A8 and 66. RGB value is (186,168,102). Sum of RGB (Red+Green+Blue) = 186+168+102=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA866 is #455799. Grayscale: #A6A6A6. Windows color (decimal): -4544410 or 6727866. OLE color: 6727866.

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

Color convert

RGB 186 168 102 -
CMYK 0 0.10 0.45 0.27
HSL 47.14º 0.38% 0.56% -
HSV(B) 47.14º 0.45% 0.73% -
XYZ 36.65 39.4 18.24 -
YUV 165.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 186 168 102 0 0.10 0.45 0.27 47.14 0.38 0.56
Hex BA A8 66 0 A 2D 1B 2F 26 38
Octal 272 250 146 0 12 55 33 57 46 70
Binary 10111010 10101000 1100110 0 1010 101101 11011 101111 100110 111000

Color Harmonies of #BAA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA866

Black with #BAA866

Text Example


Text Example

White with #BAA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA866; }

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

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

background-color css

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

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

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

border-color css

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

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

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