Html Css Color HEX #BAA665 Gimblet

📋 copy color: '#BAA665'

red 186 ◦ green 166 ◦ blue 101

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

Shades of Gimblet #BAA665

Tints of Gimblet #BAA665

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

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

R = 41.06%
G = 36.64%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAA665 (or 0xBAA665) is known color: Gimblet. HEX triplet: BA, A6 and 65. RGB value is (186,166,101). Sum of RGB (Red+Green+Blue) = 186+166+101=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA665 is #45599A. Grayscale: #A4A4A4. Windows color (decimal): -4544923 or 6661818. OLE color: 6661818.

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

Color convert

RGB 186 166 101 -
CMYK 0 0.11 0.46 0.27
HSL 45.88º 0.38% 0.56% -
HSV(B) 45.88º 0.46% 0.73% -
XYZ 36.23 38.65 17.86 -
YUV 164.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 186 166 101 0 0.11 0.46 0.27 45.88 0.38 0.56
Hex BA A6 65 0 B 2E 1B 2E 26 38
Octal 272 246 145 0 13 56 33 56 46 70
Binary 10111010 10100110 1100101 0 1011 101110 11011 101110 100110 111000

Color Harmonies of #BAA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA665

Black with #BAA665

Text Example


Text Example

White with #BAA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA665; }

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

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

background-color css

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

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

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

border-color css

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

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

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