Html Css Color HEX #BAA96E Gimblet

📋 copy color: '#BAA96E'

red 186 ◦ green 169 ◦ blue 110

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

Shades of Gimblet #BAA96E

Tints of Gimblet #BAA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 40%
G = 36.34%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAA96E (or 0xBAA96E) is known color: Gimblet. HEX triplet: BA, A9 and 6E. RGB value is (186,169,110). Sum of RGB (Red+Green+Blue) = 186+169+110=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA96E is #455691. Grayscale: #A7A7A7. Windows color (decimal): -4544146 or 7252410. OLE color: 7252410.

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

Color convert

RGB 186 169 110 -
CMYK 0 0.09 0.41 0.27
HSL 46.58º 0.36% 0.58% -
HSV(B) 46.58º 0.41% 0.73% -
XYZ 37.25 39.94 20.5 -
YUV 167.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 186 169 110 0 0.09 0.41 0.27 46.58 0.36 0.58
Hex BA A9 6E 0 9 29 1B 2F 24 3A
Octal 272 251 156 0 11 51 33 57 44 72
Binary 10111010 10101001 1101110 0 1001 101001 11011 101111 100100 111010

Color Harmonies of #BAA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA96E

Black with #BAA96E

Text Example


Text Example

White with #BAA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA96E; }

 p { color: rgb(186,169,110); }

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

background-color css

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

 a { background-color: rgb(186,169,110); }

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

border-color css

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

 span { border-color: rgb(186,169,110); }

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