Html Css Color HEX #BAA557 Gimblet

📋 copy color: '#BAA557'

red 186 ◦ green 165 ◦ blue 87

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

Shades of Gimblet #BAA557

Tints of Gimblet #BAA557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

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

R = 42.47%
G = 37.67%
B = 19.86%

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

#BAA557 (or 0xBAA557) is known color: Gimblet. HEX triplet: BA, A5 and 57. RGB value is (186,165,87). Sum of RGB (Red+Green+Blue) = 186+165+87=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA557 is #455AA8. Grayscale: #A2A2A2. Windows color (decimal): -4545193 or 5744058. OLE color: 5744058.

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

Color convert

RGB 186 165 87 -
CMYK 0 0.11 0.53 0.27
HSL 47.27º 0.42% 0.54% -
HSV(B) 47.27º 0.53% 0.73% -
XYZ 35.43 38.04 14.49 -
YUV 162.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 186 165 87 0 0.11 0.53 0.27 47.27 0.42 0.54
Hex BA A5 57 0 B 35 1B 2F 2A 36
Octal 272 245 127 0 13 65 33 57 52 66
Binary 10111010 10100101 1010111 0 1011 110101 11011 101111 101010 110110

Color Harmonies of #BAA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA557

Black with #BAA557

Text Example


Text Example

White with #BAA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA557; }

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

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

background-color css

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

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

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

border-color css

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

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

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