Html Css Color HEX #BAA561 Gimblet

📋 copy color: '#BAA561'

red 186 ◦ green 165 ◦ blue 97

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

Shades of Gimblet #BAA561

Tints of Gimblet #BAA561

RGB

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

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

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

R = 41.52%
G = 36.83%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAA561 (or 0xBAA561) is known color: Gimblet. HEX triplet: BA, A5 and 61. RGB value is (186,165,97). Sum of RGB (Red+Green+Blue) = 186+165+97=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA561 is #455A9E. Grayscale: #A3A3A3. Windows color (decimal): -4545183 or 6399418. OLE color: 6399418.

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

Color convert

RGB 186 165 97 -
CMYK 0 0.11 0.48 0.27
HSL 45.84º 0.39% 0.55% -
HSV(B) 45.84º 0.48% 0.73% -
XYZ 35.86 38.21 16.79 -
YUV 163.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 186 165 97 0 0.11 0.48 0.27 45.84 0.39 0.55
Hex BA A5 61 0 B 30 1B 2E 27 37
Octal 272 245 141 0 13 60 33 56 47 67
Binary 10111010 10100101 1100001 0 1011 110000 11011 101110 100111 110111

Color Harmonies of #BAA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA561

Black with #BAA561

Text Example


Text Example

White with #BAA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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