Html Css Color HEX #BAA76C Gimblet

📋 copy color: '#BAA76C'

red 186 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #BAA76C

Tints of Gimblet #BAA76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

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

R = 40.35%
G = 36.23%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAA76C (or 0xBAA76C) is known color: Gimblet. HEX triplet: BA, A7 and 6C. RGB value is (186,167,108). Sum of RGB (Red+Green+Blue) = 186+167+108=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA76C is #455893. Grayscale: #A6A6A6. Windows color (decimal): -4544660 or 7120826. OLE color: 7120826.

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

Color convert

RGB 186 167 108 -
CMYK 0 0.10 0.42 0.27
HSL 45.38º 0.36% 0.58% -
HSV(B) 45.38º 0.42% 0.73% -
XYZ 36.78 39.16 19.81 -
YUV 165.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 186 167 108 0 0.10 0.42 0.27 45.38 0.36 0.58
Hex BA A7 6C 0 A 2A 1B 2D 24 3A
Octal 272 247 154 0 12 52 33 55 44 72
Binary 10111010 10100111 1101100 0 1010 101010 11011 101101 100100 111010

Color Harmonies of #BAA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA76C

Black with #BAA76C

Text Example


Text Example

White with #BAA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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