Html Css Color HEX #BAAA64 Gimblet

📋 copy color: '#BAAA64'

red 186 ◦ green 170 ◦ blue 100

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

Shades of Gimblet #BAAA64

Tints of Gimblet #BAAA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 40.79%
G = 37.28%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAAA64 (or 0xBAAA64) is known color: Gimblet. HEX triplet: BA, AA and 64. RGB value is (186,170,100). Sum of RGB (Red+Green+Blue) = 186+170+100=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA64 is #45559B. Grayscale: #A7A7A7. Windows color (decimal): -4543900 or 6597306. OLE color: 6597306.

HSL color Cylindrical-coordinate representation of color #BAAA64: hue angle of 48.84º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAAA64 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 100 -
CMYK 0 0.09 0.46 0.27
HSL 48.84º 0.38% 0.56% -
HSV(B) 48.84º 0.46% 0.73% -
XYZ 36.92 40.11 17.85 -
YUV 166.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 186 170 100 0 0.09 0.46 0.27 48.84 0.38 0.56
Hex BA AA 64 0 9 2E 1B 31 26 38
Octal 272 252 144 0 11 56 33 61 46 70
Binary 10111010 10101010 1100100 0 1001 101110 11011 110001 100110 111000

Color Harmonies of #BAAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA64

Black with #BAAA64

Text Example


Text Example

White with #BAAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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