Html Css Color HEX #BAA560 Gimblet

📋 copy color: '#BAA560'

red 186 ◦ green 165 ◦ blue 96

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

Shades of Gimblet #BAA560

Tints of Gimblet #BAA560

RGB

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

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

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

R = 41.61%
G = 36.91%
B = 21.48%

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

#BAA560 (or 0xBAA560) is known color: Gimblet. HEX triplet: BA, A5 and 60. RGB value is (186,165,96). Sum of RGB (Red+Green+Blue) = 186+165+96=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA560 is #455A9F. Grayscale: #A3A3A3. Windows color (decimal): -4545184 or 6333882. OLE color: 6333882.

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

Color convert

RGB 186 165 96 -
CMYK 0 0.11 0.48 0.27
HSL 46º 0.39% 0.55% -
HSV(B) 46º 0.48% 0.73% -
XYZ 35.82 38.19 16.55 -
YUV 163.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 186 165 96 0 0.11 0.48 0.27 46 0.39 0.55
Hex BA A5 60 0 B 30 1B 2E 27 37
Octal 272 245 140 0 13 60 33 56 47 67
Binary 10111010 10100101 1100000 0 1011 110000 11011 101110 100111 110111

Color Harmonies of #BAA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA560

Black with #BAA560

Text Example


Text Example

White with #BAA560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA560; }

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

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

background-color css

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

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

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

border-color css

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

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

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