Html Css Color HEX #BAB063 Gimblet

📋 copy color: '#BAB063'

red 186 ◦ green 176 ◦ blue 99

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

Shades of Gimblet #BAB063

Tints of Gimblet #BAB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 40.35%
G = 38.18%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAB063 (or 0xBAB063) is known color: Gimblet. HEX triplet: BA, B0 and 63. RGB value is (186,176,99). Sum of RGB (Red+Green+Blue) = 186+176+99=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB063 is #454F9C. Grayscale: #AAAAAA. Windows color (decimal): -4542365 or 6533306. OLE color: 6533306.

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

Color convert

RGB 186 176 99 -
CMYK 0 0.05 0.47 0.27
HSL 53.1º 0.39% 0.56% -
HSV(B) 53.1º 0.47% 0.73% -
XYZ 38.03 42.39 17.98 -
YUV 170.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 186 176 99 0 0.05 0.47 0.27 53.1 0.39 0.56
Hex BA B0 63 0 5 2F 1B 35 27 38
Octal 272 260 143 0 5 57 33 65 47 70
Binary 10111010 10110000 1100011 0 101 101111 11011 110101 100111 111000

Color Harmonies of #BAB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB063

Black with #BAB063

Text Example


Text Example

White with #BAB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB063; }

 p { color: rgb(186,176,99); }

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

background-color css

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

 a { background-color: rgb(186,176,99); }

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

border-color css

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

 span { border-color: rgb(186,176,99); }

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