Html Css Color HEX #BAA66C Gimblet

📋 copy color: '#BAA66C'

red 186 ◦ green 166 ◦ blue 108

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

Shades of Gimblet #BAA66C

Tints of Gimblet #BAA66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 40.43%
G = 36.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAA66C (or 0xBAA66C) is known color: Gimblet. HEX triplet: BA, A6 and 6C. RGB value is (186,166,108). Sum of RGB (Red+Green+Blue) = 186+166+108=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA66C is #455993. Grayscale: #A5A5A5. Windows color (decimal): -4544916 or 7120570. OLE color: 7120570.

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

Color convert

RGB 186 166 108 -
CMYK 0 0.11 0.42 0.27
HSL 44.62º 0.36% 0.58% -
HSV(B) 44.62º 0.42% 0.73% -
XYZ 36.59 38.79 19.75 -
YUV 165.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 186 166 108 0 0.11 0.42 0.27 44.62 0.36 0.58
Hex BA A6 6C 0 B 2A 1B 2D 24 3A
Octal 272 246 154 0 13 52 33 55 44 72
Binary 10111010 10100110 1101100 0 1011 101010 11011 101101 100100 111010

Color Harmonies of #BAA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA66C

Black with #BAA66C

Text Example


Text Example

White with #BAA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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