Html Css Color HEX #BAA661 Gimblet

📋 copy color: '#BAA661'

red 186 ◦ green 166 ◦ blue 97

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

Shades of Gimblet #BAA661

Tints of Gimblet #BAA661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 41.43%
G = 36.97%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAA661 (or 0xBAA661) is known color: Gimblet. HEX triplet: BA, A6 and 61. RGB value is (186,166,97). Sum of RGB (Red+Green+Blue) = 186+166+97=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA661 is #45599E. Grayscale: #A4A4A4. Windows color (decimal): -4544927 or 6399674. OLE color: 6399674.

HSL color Cylindrical-coordinate representation of color #BAA661: hue angle of 46.52º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAA661 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 97 -
CMYK 0 0.11 0.48 0.27
HSL 46.52º 0.39% 0.55% -
HSV(B) 46.52º 0.48% 0.73% -
XYZ 36.04 38.57 16.86 -
YUV 164.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 186 166 97 0 0.11 0.48 0.27 46.52 0.39 0.55
Hex BA A6 61 0 B 30 1B 2F 27 37
Octal 272 246 141 0 13 60 33 57 47 67
Binary 10111010 10100110 1100001 0 1011 110000 11011 101111 100111 110111

Color Harmonies of #BAA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA661

Black with #BAA661

Text Example


Text Example

White with #BAA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA661; }

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

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

background-color css

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

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

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

border-color css

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

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

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