Html Css Color HEX #BAB360 Gimblet

📋 copy color: '#BAB360'

red 186 ◦ green 179 ◦ blue 96

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

Shades of Gimblet #BAB360

Tints of Gimblet #BAB360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 40.35%
G = 38.83%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAB360 (or 0xBAB360) is known color: Gimblet. HEX triplet: BA, B3 and 60. RGB value is (186,179,96). Sum of RGB (Red+Green+Blue) = 186+179+96=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB360 is #454C9F. Grayscale: #ABABAB. Windows color (decimal): -4541600 or 6337466. OLE color: 6337466.

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

Color convert

RGB 186 179 96 -
CMYK 0 0.04 0.48 0.27
HSL 55.33º 0.39% 0.55% -
HSV(B) 55.33º 0.48% 0.73% -
XYZ 38.48 43.52 17.44 -
YUV 171.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 186 179 96 0 0.04 0.48 0.27 55.33 0.39 0.55
Hex BA B3 60 0 4 30 1B 37 27 37
Octal 272 263 140 0 4 60 33 67 47 67
Binary 10111010 10110011 1100000 0 100 110000 11011 110111 100111 110111

Color Harmonies of #BAB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB360

Black with #BAB360

Text Example


Text Example

White with #BAB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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