Html Css Color HEX #BAAC6C Gimblet

📋 copy color: '#BAAC6C'

red 186 ◦ green 172 ◦ blue 108

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

Shades of Gimblet #BAAC6C

Tints of Gimblet #BAAC6C

RGB

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

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

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

R = 39.91%
G = 36.91%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAAC6C (or 0xBAAC6C) is known color: Gimblet. HEX triplet: BA, AC and 6C. RGB value is (186,172,108). Sum of RGB (Red+Green+Blue) = 186+172+108=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6C is #455393. Grayscale: #A9A9A9. Windows color (decimal): -4543380 or 7122106. OLE color: 7122106.

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

Color convert

RGB 186 172 108 -
CMYK 0 0.08 0.42 0.27
HSL 49.23º 0.36% 0.58% -
HSV(B) 49.23º 0.42% 0.73% -
XYZ 37.71 41.03 20.12 -
YUV 168.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 186 172 108 0 0.08 0.42 0.27 49.23 0.36 0.58
Hex BA AC 6C 0 8 2A 1B 31 24 3A
Octal 272 254 154 0 10 52 33 61 44 72
Binary 10111010 10101100 1101100 0 1000 101010 11011 110001 100100 111010

Color Harmonies of #BAAC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC6C

Black with #BAAC6C

Text Example


Text Example

White with #BAAC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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