Html Css Color HEX #BAA457 Gimblet

📋 copy color: '#BAA457'

red 186 ◦ green 164 ◦ blue 87

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

Shades of Gimblet #BAA457

Tints of Gimblet #BAA457

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

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

R = 42.56%
G = 37.53%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAA457 (or 0xBAA457) is known color: Gimblet. HEX triplet: BA, A4 and 57. RGB value is (186,164,87). Sum of RGB (Red+Green+Blue) = 186+164+87=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA457 is #455BA8. Grayscale: #A2A2A2. Windows color (decimal): -4545449 or 5743802. OLE color: 5743802.

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

Color convert

RGB 186 164 87 -
CMYK 0 0.12 0.53 0.27
HSL 46.67º 0.42% 0.54% -
HSV(B) 46.67º 0.53% 0.73% -
XYZ 35.25 37.68 14.43 -
YUV 161.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 186 164 87 0 0.12 0.53 0.27 46.67 0.42 0.54
Hex BA A4 57 0 C 35 1B 2F 2A 36
Octal 272 244 127 0 14 65 33 57 52 66
Binary 10111010 10100100 1010111 0 1100 110101 11011 101111 101010 110110

Color Harmonies of #BAA457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA457

Black with #BAA457

Text Example


Text Example

White with #BAA457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA457; }

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

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

background-color css

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

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

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

border-color css

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

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

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