Html Css Color HEX #BAA86D Gimblet

📋 copy color: '#BAA86D'

red 186 ◦ green 168 ◦ blue 109

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

Shades of Gimblet #BAA86D

Tints of Gimblet #BAA86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 40.17%
G = 36.29%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAA86D (or 0xBAA86D) is known color: Gimblet. HEX triplet: BA, A8 and 6D. RGB value is (186,168,109). Sum of RGB (Red+Green+Blue) = 186+168+109=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA86D is #455792. Grayscale: #A6A6A6. Windows color (decimal): -4544403 or 7186618. OLE color: 7186618.

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

Color convert

RGB 186 168 109 -
CMYK 0 0.10 0.41 0.27
HSL 45.97º 0.36% 0.58% -
HSV(B) 45.97º 0.41% 0.73% -
XYZ 37.01 39.55 20.15 -
YUV 166.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 186 168 109 0 0.10 0.41 0.27 45.97 0.36 0.58
Hex BA A8 6D 0 A 29 1B 2E 24 3A
Octal 272 250 155 0 12 51 33 56 44 72
Binary 10111010 10101000 1101101 0 1010 101001 11011 101110 100100 111010

Color Harmonies of #BAA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA86D

Black with #BAA86D

Text Example


Text Example

White with #BAA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA86D; }

 p { color: rgb(186,168,109); }

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

background-color css

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

 a { background-color: rgb(186,168,109); }

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

border-color css

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

 span { border-color: rgb(186,168,109); }

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