Html Css Color HEX #BAA460 Gimblet

📋 copy color: '#BAA460'

red 186 ◦ green 164 ◦ blue 96

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

Shades of Gimblet #BAA460

Tints of Gimblet #BAA460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 41.7%
G = 36.77%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAA460 (or 0xBAA460) is known color: Gimblet. HEX triplet: BA, A4 and 60. RGB value is (186,164,96). Sum of RGB (Red+Green+Blue) = 186+164+96=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA460 is #455B9F. Grayscale: #A3A3A3. Windows color (decimal): -4545440 or 6333626. OLE color: 6333626.

HSL color Cylindrical-coordinate representation of color #BAA460: hue angle of 45.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAA460 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 96 -
CMYK 0 0.12 0.48 0.27
HSL 45.33º 0.39% 0.55% -
HSV(B) 45.33º 0.48% 0.73% -
XYZ 35.64 37.83 16.49 -
YUV 162.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 186 164 96 0 0.12 0.48 0.27 45.33 0.39 0.55
Hex BA A4 60 0 C 30 1B 2D 27 37
Octal 272 244 140 0 14 60 33 55 47 67
Binary 10111010 10100100 1100000 0 1100 110000 11011 101101 100111 110111

Color Harmonies of #BAA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA460

Black with #BAA460

Text Example


Text Example

White with #BAA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA460; }

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

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

background-color css

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

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

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

border-color css

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

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

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