Html Css Color HEX #BAA65F Gimblet

📋 copy color: '#BAA65F'

red 186 ◦ green 166 ◦ blue 95

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

Shades of Gimblet #BAA65F

Tints of Gimblet #BAA65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 41.61%
G = 37.14%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAA65F (or 0xBAA65F) is known color: Gimblet. HEX triplet: BA, A6 and 5F. RGB value is (186,166,95). Sum of RGB (Red+Green+Blue) = 186+166+95=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA65F is #4559A0. Grayscale: #A4A4A4. Windows color (decimal): -4544929 or 6268602. OLE color: 6268602.

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

Color convert

RGB 186 166 95 -
CMYK 0 0.11 0.49 0.27
HSL 46.81º 0.4% 0.55% -
HSV(B) 46.81º 0.49% 0.73% -
XYZ 35.95 38.54 16.37 -
YUV 163.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 186 166 95 0 0.11 0.49 0.27 46.81 0.4 0.55
Hex BA A6 5F 0 B 31 1B 2F 28 37
Octal 272 246 137 0 13 61 33 57 50 67
Binary 10111010 10100110 1011111 0 1011 110001 11011 101111 101000 110111

Color Harmonies of #BAA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA65F

Black with #BAA65F

Text Example


Text Example

White with #BAA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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