Html Css Color HEX #BAA864 Gimblet

📋 copy color: '#BAA864'

red 186 ◦ green 168 ◦ blue 100

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

Shades of Gimblet #BAA864

Tints of Gimblet #BAA864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37%

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

R = 40.97%
G = 37%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAA864 (or 0xBAA864) is known color: Gimblet. HEX triplet: BA, A8 and 64. RGB value is (186,168,100). Sum of RGB (Red+Green+Blue) = 186+168+100=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA864 is #45579B. Grayscale: #A5A5A5. Windows color (decimal): -4544412 or 6596794. OLE color: 6596794.

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

Color convert

RGB 186 168 100 -
CMYK 0 0.10 0.46 0.27
HSL 47.44º 0.38% 0.56% -
HSV(B) 47.44º 0.46% 0.73% -
XYZ 36.55 39.36 17.73 -
YUV 165.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 186 168 100 0 0.10 0.46 0.27 47.44 0.38 0.56
Hex BA A8 64 0 A 2E 1B 2F 26 38
Octal 272 250 144 0 12 56 33 57 46 70
Binary 10111010 10101000 1100100 0 1010 101110 11011 101111 100110 111000

Color Harmonies of #BAA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA864

Black with #BAA864

Text Example


Text Example

White with #BAA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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