Html Css Color HEX #BAA466 Gimblet

📋 copy color: '#BAA466'

red 186 ◦ green 164 ◦ blue 102

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

Shades of Gimblet #BAA466

Tints of Gimblet #BAA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

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

R = 41.15%
G = 36.28%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAA466 (or 0xBAA466) is known color: Gimblet. HEX triplet: BA, A4 and 66. RGB value is (186,164,102). Sum of RGB (Red+Green+Blue) = 186+164+102=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA466 is #455B99. Grayscale: #A3A3A3. Windows color (decimal): -4545434 or 6726842. OLE color: 6726842.

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

Color convert

RGB 186 164 102 -
CMYK 0 0.12 0.45 0.27
HSL 44.29º 0.38% 0.56% -
HSV(B) 44.29º 0.45% 0.73% -
XYZ 35.92 37.95 18 -
YUV 163.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 186 164 102 0 0.12 0.45 0.27 44.29 0.38 0.56
Hex BA A4 66 0 C 2D 1B 2C 26 38
Octal 272 244 146 0 14 55 33 54 46 70
Binary 10111010 10100100 1100110 0 1100 101101 11011 101100 100110 111000

Color Harmonies of #BAA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA466

Black with #BAA466

Text Example


Text Example

White with #BAA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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