Html Css Color HEX #BAA660 Gimblet

📋 copy color: '#BAA660'

red 186 ◦ green 166 ◦ blue 96

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

Shades of Gimblet #BAA660

Tints of Gimblet #BAA660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 41.52%
G = 37.05%
B = 21.43%

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

#BAA660 (or 0xBAA660) is known color: Gimblet. HEX triplet: BA, A6 and 60. RGB value is (186,166,96). Sum of RGB (Red+Green+Blue) = 186+166+96=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA660 is #45599F. Grayscale: #A4A4A4. Windows color (decimal): -4544928 or 6334138. OLE color: 6334138.

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

Color convert

RGB 186 166 96 -
CMYK 0 0.11 0.48 0.27
HSL 46.67º 0.39% 0.55% -
HSV(B) 46.67º 0.48% 0.73% -
XYZ 36 38.56 16.61 -
YUV 164 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 186 166 96 0 0.11 0.48 0.27 46.67 0.39 0.55
Hex BA A6 60 0 B 30 1B 2F 27 37
Octal 272 246 140 0 13 60 33 57 47 67
Binary 10111010 10100110 1100000 0 1011 110000 11011 101111 100111 110111

Color Harmonies of #BAA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA660

Black with #BAA660

Text Example


Text Example

White with #BAA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA660; }

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

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

background-color css

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

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

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

border-color css

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

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

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