Html Css Color HEX #BAA666 Gimblet

📋 copy color: '#BAA666'

red 186 ◦ green 166 ◦ blue 102

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

Shades of Gimblet #BAA666

Tints of Gimblet #BAA666

RGB

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

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

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

R = 40.97%
G = 36.56%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAA666 (or 0xBAA666) is known color: Gimblet. HEX triplet: BA, A6 and 66. RGB value is (186,166,102). Sum of RGB (Red+Green+Blue) = 186+166+102=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA666 is #455999. Grayscale: #A4A4A4. Windows color (decimal): -4544922 or 6727354. OLE color: 6727354.

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

Color convert

RGB 186 166 102 -
CMYK 0 0.11 0.45 0.27
HSL 45.71º 0.38% 0.56% -
HSV(B) 45.71º 0.45% 0.73% -
XYZ 36.28 38.67 18.12 -
YUV 164.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 186 166 102 0 0.11 0.45 0.27 45.71 0.38 0.56
Hex BA A6 66 0 B 2D 1B 2E 26 38
Octal 272 246 146 0 13 55 33 56 46 70
Binary 10111010 10100110 1100110 0 1011 101101 11011 101110 100110 111000

Color Harmonies of #BAA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA666

Black with #BAA666

Text Example


Text Example

White with #BAA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA666; }

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

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

background-color css

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

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

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

border-color css

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

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

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