Html Css Color HEX #BAA76F Gimblet

📋 copy color: '#BAA76F'

red 186 ◦ green 167 ◦ blue 111

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

Shades of Gimblet #BAA76F

Tints of Gimblet #BAA76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 40.09%
G = 35.99%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAA76F (or 0xBAA76F) is known color: Gimblet. HEX triplet: BA, A7 and 6F. RGB value is (186,167,111). Sum of RGB (Red+Green+Blue) = 186+167+111=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA76F is #455890. Grayscale: #A6A6A6. Windows color (decimal): -4544657 or 7317434. OLE color: 7317434.

HSL color Cylindrical-coordinate representation of color #BAA76F: hue angle of 44.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAA76F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 111 -
CMYK 0 0.10 0.40 0.27
HSL 44.8º 0.35% 0.58% -
HSV(B) 44.8º 0.4% 0.73% -
XYZ 36.94 39.22 20.66 -
YUV 166.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 186 167 111 0 0.10 0.40 0.27 44.8 0.35 0.58
Hex BA A7 6F 0 A 28 1B 2D 23 3A
Octal 272 247 157 0 12 50 33 55 43 72
Binary 10111010 10100111 1101111 0 1010 101000 11011 101101 100011 111010

Color Harmonies of #BAA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA76F

Black with #BAA76F

Text Example


Text Example

White with #BAA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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