Html Css Color HEX #BAB166 Gimblet

📋 copy color: '#BAB166'

red 186 ◦ green 177 ◦ blue 102

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

Shades of Gimblet #BAB166

Tints of Gimblet #BAB166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 40%
G = 38.06%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB166 (or 0xBAB166) is known color: Gimblet. HEX triplet: BA, B1 and 66. RGB value is (186,177,102). Sum of RGB (Red+Green+Blue) = 186+177+102=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB166 is #454E99. Grayscale: #ABABAB. Windows color (decimal): -4542106 or 6730170. OLE color: 6730170.

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

Color convert

RGB 186 177 102 -
CMYK 0 0.05 0.45 0.27
HSL 53.57º 0.38% 0.56% -
HSV(B) 53.57º 0.45% 0.73% -
XYZ 38.37 42.84 18.82 -
YUV 171.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 186 177 102 0 0.05 0.45 0.27 53.57 0.38 0.56
Hex BA B1 66 0 5 2D 1B 36 26 38
Octal 272 261 146 0 5 55 33 66 46 70
Binary 10111010 10110001 1100110 0 101 101101 11011 110110 100110 111000

Color Harmonies of #BAB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB166

Black with #BAB166

Text Example


Text Example

White with #BAB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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