Html Css Color HEX #BAAC6E Gimblet

📋 copy color: '#BAAC6E'

red 186 ◦ green 172 ◦ blue 110

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

Shades of Gimblet #BAAC6E

Tints of Gimblet #BAAC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 39.74%
G = 36.75%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAAC6E (or 0xBAAC6E) is known color: Gimblet. HEX triplet: BA, AC and 6E. RGB value is (186,172,110). Sum of RGB (Red+Green+Blue) = 186+172+110=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6E is #455391. Grayscale: #A9A9A9. Windows color (decimal): -4543378 or 7253178. OLE color: 7253178.

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

Color convert

RGB 186 172 110 -
CMYK 0 0.08 0.41 0.27
HSL 48.95º 0.36% 0.58% -
HSV(B) 48.95º 0.41% 0.73% -
XYZ 37.82 41.07 20.69 -
YUV 169.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 186 172 110 0 0.08 0.41 0.27 48.95 0.36 0.58
Hex BA AC 6E 0 8 29 1B 31 24 3A
Octal 272 254 156 0 10 51 33 61 44 72
Binary 10111010 10101100 1101110 0 1000 101001 11011 110001 100100 111010

Color Harmonies of #BAAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC6E

Black with #BAAC6E

Text Example


Text Example

White with #BAAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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