Html Css Color HEX #BAA657 Gimblet

📋 copy color: '#BAA657'

red 186 ◦ green 166 ◦ blue 87

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

Shades of Gimblet #BAA657

Tints of Gimblet #BAA657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

 BLUE value IS 87 (34.38% from 255) = 19.82%

R = 42.37%
G = 37.81%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAA657 (or 0xBAA657) is known color: Gimblet. HEX triplet: BA, A6 and 57. RGB value is (186,166,87). Sum of RGB (Red+Green+Blue) = 186+166+87=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA657 is #4559A8. Grayscale: #A3A3A3. Windows color (decimal): -4544937 or 5744314. OLE color: 5744314.

HSL color Cylindrical-coordinate representation of color #BAA657: hue angle of 47.88º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA657 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 87 -
CMYK 0 0.11 0.53 0.27
HSL 47.88º 0.42% 0.54% -
HSV(B) 47.88º 0.53% 0.73% -
XYZ 35.61 38.4 14.55 -
YUV 162.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 186 166 87 0 0.11 0.53 0.27 47.88 0.42 0.54
Hex BA A6 57 0 B 35 1B 30 2A 36
Octal 272 246 127 0 13 65 33 60 52 66
Binary 10111010 10100110 1010111 0 1011 110101 11011 110000 101010 110110

Color Harmonies of #BAA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA657

Black with #BAA657

Text Example


Text Example

White with #BAA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA657; }

 p { color: rgb(186,166,87); }

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

background-color css

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

 a { background-color: rgb(186,166,87); }

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

border-color css

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

 span { border-color: rgb(186,166,87); }

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