Html Css Color HEX #BAAD6C Gimblet

📋 copy color: '#BAAD6C'

red 186 ◦ green 173 ◦ blue 108

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

Shades of Gimblet #BAAD6C

Tints of Gimblet #BAAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

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

R = 39.83%
G = 37.04%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAAD6C (or 0xBAAD6C) is known color: Gimblet. HEX triplet: BA, AD and 6C. RGB value is (186,173,108). Sum of RGB (Red+Green+Blue) = 186+173+108=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD6C is #455293. Grayscale: #A9A9A9. Windows color (decimal): -4543124 or 7122362. OLE color: 7122362.

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

Color convert

RGB 186 173 108 -
CMYK 0 0.07 0.42 0.27
HSL 50º 0.36% 0.58% -
HSV(B) 50º 0.42% 0.73% -
XYZ 37.9 41.41 20.18 -
YUV 169.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 186 173 108 0 0.07 0.42 0.27 50 0.36 0.58
Hex BA AD 6C 0 7 2A 1B 32 24 3A
Octal 272 255 154 0 7 52 33 62 44 72
Binary 10111010 10101101 1101100 0 111 101010 11011 110010 100100 111010

Color Harmonies of #BAAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD6C

Black with #BAAD6C

Text Example


Text Example

White with #BAAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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