Html Css Color HEX #BAA461 Gimblet

📋 copy color: '#BAA461'

red 186 ◦ green 164 ◦ blue 97

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

Shades of Gimblet #BAA461

Tints of Gimblet #BAA461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.7%

R = 41.61%
G = 36.69%
B = 21.7%

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

#BAA461 (or 0xBAA461) is known color: Gimblet. HEX triplet: BA, A4 and 61. RGB value is (186,164,97). Sum of RGB (Red+Green+Blue) = 186+164+97=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA461 is #455B9E. Grayscale: #A3A3A3. Windows color (decimal): -4545439 or 6399162. OLE color: 6399162.

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

Color convert

RGB 186 164 97 -
CMYK 0 0.12 0.48 0.27
HSL 45.17º 0.39% 0.55% -
HSV(B) 45.17º 0.48% 0.73% -
XYZ 35.68 37.85 16.73 -
YUV 162.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 186 164 97 0 0.12 0.48 0.27 45.17 0.39 0.55
Hex BA A4 61 0 C 30 1B 2D 27 37
Octal 272 244 141 0 14 60 33 55 47 67
Binary 10111010 10100100 1100001 0 1100 110000 11011 101101 100111 110111

Color Harmonies of #BAA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA461

Black with #BAA461

Text Example


Text Example

White with #BAA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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