Html Css Color HEX #BAB165 Gimblet

📋 copy color: '#BAB165'

red 186 ◦ green 177 ◦ blue 101

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

Shades of Gimblet #BAB165

Tints of Gimblet #BAB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.15%

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 40.09%
G = 38.15%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAB165 (or 0xBAB165) is known color: Gimblet. HEX triplet: BA, B1 and 65. RGB value is (186,177,101). Sum of RGB (Red+Green+Blue) = 186+177+101=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB165 is #454E9A. Grayscale: #ABABAB. Windows color (decimal): -4542107 or 6664634. OLE color: 6664634.

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

Color convert

RGB 186 177 101 -
CMYK 0 0.05 0.46 0.27
HSL 53.65º 0.38% 0.56% -
HSV(B) 53.65º 0.46% 0.73% -
XYZ 38.32 42.82 18.56 -
YUV 171.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 186 177 101 0 0.05 0.46 0.27 53.65 0.38 0.56
Hex BA B1 65 0 5 2E 1B 36 26 38
Octal 272 261 145 0 5 56 33 66 46 70
Binary 10111010 10110001 1100101 0 101 101110 11011 110110 100110 111000

Color Harmonies of #BAB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB165

Black with #BAB165

Text Example


Text Example

White with #BAB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB165; }

 p { color: rgb(186,177,101); }

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

background-color css

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

 a { background-color: rgb(186,177,101); }

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

border-color css

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

 span { border-color: rgb(186,177,101); }

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