Html Css Color HEX #BAAC64 Gimblet

📋 copy color: '#BAAC64'

red 186 ◦ green 172 ◦ blue 100

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

Shades of Gimblet #BAAC64

Tints of Gimblet #BAAC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.55%

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

R = 40.61%
G = 37.55%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAAC64 (or 0xBAAC64) is known color: Gimblet. HEX triplet: BA, AC and 64. RGB value is (186,172,100). Sum of RGB (Red+Green+Blue) = 186+172+100=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC64 is #45539B. Grayscale: #A8A8A8. Windows color (decimal): -4543388 or 6597818. OLE color: 6597818.

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

Color convert

RGB 186 172 100 -
CMYK 0 0.08 0.46 0.27
HSL 50.23º 0.38% 0.56% -
HSV(B) 50.23º 0.46% 0.73% -
XYZ 37.3 40.86 17.98 -
YUV 167.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 186 172 100 0 0.08 0.46 0.27 50.23 0.38 0.56
Hex BA AC 64 0 8 2E 1B 32 26 38
Octal 272 254 144 0 10 56 33 62 46 70
Binary 10111010 10101100 1100100 0 1000 101110 11011 110010 100110 111000

Color Harmonies of #BAAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC64

Black with #BAAC64

Text Example


Text Example

White with #BAAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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