Html Css Color HEX #BAA668 Gimblet

📋 copy color: '#BAA668'

red 186 ◦ green 166 ◦ blue 104

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

Shades of Gimblet #BAA668

Tints of Gimblet #BAA668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.81%

R = 40.79%
G = 36.4%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAA668 (or 0xBAA668) is known color: Gimblet. HEX triplet: BA, A6 and 68. RGB value is (186,166,104). Sum of RGB (Red+Green+Blue) = 186+166+104=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA668 is #455997. Grayscale: #A5A5A5. Windows color (decimal): -4544920 or 6858426. OLE color: 6858426.

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

Color convert

RGB 186 166 104 -
CMYK 0 0.11 0.44 0.27
HSL 45.37º 0.37% 0.57% -
HSV(B) 45.37º 0.44% 0.73% -
XYZ 36.38 38.71 18.65 -
YUV 164.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 186 166 104 0 0.11 0.44 0.27 45.37 0.37 0.57
Hex BA A6 68 0 B 2C 1B 2D 25 39
Octal 272 246 150 0 13 54 33 55 45 71
Binary 10111010 10100110 1101000 0 1011 101100 11011 101101 100101 111001

Color Harmonies of #BAA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA668

Black with #BAA668

Text Example


Text Example

White with #BAA668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA668; }

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

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

background-color css

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

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

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

border-color css

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

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

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