Html Css Color HEX #BAAA60 Gimblet

📋 copy color: '#BAAA60'

red 186 ◦ green 170 ◦ blue 96

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

Shades of Gimblet #BAAA60

Tints of Gimblet #BAAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

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

R = 41.15%
G = 37.61%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAAA60 (or 0xBAAA60) is known color: Gimblet. HEX triplet: BA, AA and 60. RGB value is (186,170,96). Sum of RGB (Red+Green+Blue) = 186+170+96=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA60 is #45559F. Grayscale: #A6A6A6. Windows color (decimal): -4543904 or 6335162. OLE color: 6335162.

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

Color convert

RGB 186 170 96 -
CMYK 0 0.09 0.48 0.27
HSL 49.33º 0.39% 0.55% -
HSV(B) 49.33º 0.48% 0.73% -
XYZ 36.74 40.03 16.86 -
YUV 166.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 186 170 96 0 0.09 0.48 0.27 49.33 0.39 0.55
Hex BA AA 60 0 9 30 1B 31 27 37
Octal 272 252 140 0 11 60 33 61 47 67
Binary 10111010 10101010 1100000 0 1001 110000 11011 110001 100111 110111

Color Harmonies of #BAAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA60

Black with #BAAA60

Text Example


Text Example

White with #BAAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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