Html Css Color HEX #BAB364 Gimblet

📋 copy color: '#BAB364'

red 186 ◦ green 179 ◦ blue 100

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

Shades of Gimblet #BAB364

Tints of Gimblet #BAB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.49%

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

R = 40%
G = 38.49%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAB364 (or 0xBAB364) is known color: Gimblet. HEX triplet: BA, B3 and 64. RGB value is (186,179,100). Sum of RGB (Red+Green+Blue) = 186+179+100=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB364 is #454C9B. Grayscale: #ACACAC. Windows color (decimal): -4541596 or 6599610. OLE color: 6599610.

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

Color convert

RGB 186 179 100 -
CMYK 0 0.04 0.46 0.27
HSL 55.12º 0.38% 0.56% -
HSV(B) 55.12º 0.46% 0.73% -
XYZ 38.67 43.6 18.43 -
YUV 172.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 186 179 100 0 0.04 0.46 0.27 55.12 0.38 0.56
Hex BA B3 64 0 4 2E 1B 37 26 38
Octal 272 263 144 0 4 56 33 67 46 70
Binary 10111010 10110011 1100100 0 100 101110 11011 110111 100110 111000

Color Harmonies of #BAB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB364

Black with #BAB364

Text Example


Text Example

White with #BAB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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