Html Css Color HEX #BAB363 Gimblet

📋 copy color: '#BAB363'

red 186 ◦ green 179 ◦ blue 99

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

Shades of Gimblet #BAB363

Tints of Gimblet #BAB363

RGB

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

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

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

R = 40.09%
G = 38.58%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAB363 (or 0xBAB363) is known color: Gimblet. HEX triplet: BA, B3 and 63. RGB value is (186,179,99). Sum of RGB (Red+Green+Blue) = 186+179+99=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB363 is #454C9C. Grayscale: #ACACAC. Windows color (decimal): -4541597 or 6534074. OLE color: 6534074.

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

Color convert

RGB 186 179 99 -
CMYK 0 0.04 0.47 0.27
HSL 55.17º 0.39% 0.56% -
HSV(B) 55.17º 0.47% 0.73% -
XYZ 38.62 43.58 18.18 -
YUV 171.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 186 179 99 0 0.04 0.47 0.27 55.17 0.39 0.56
Hex BA B3 63 0 4 2F 1B 37 27 38
Octal 272 263 143 0 4 57 33 67 47 70
Binary 10111010 10110011 1100011 0 100 101111 11011 110111 100111 111000

Color Harmonies of #BAB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB363

Black with #BAB363

Text Example


Text Example

White with #BAB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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