Html Css Color HEX #BAA65D Gimblet

📋 copy color: '#BAA65D'

red 186 ◦ green 166 ◦ blue 93

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

Shades of Gimblet #BAA65D

Tints of Gimblet #BAA65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 41.8%
G = 37.3%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BAA65D (or 0xBAA65D) is known color: Gimblet. HEX triplet: BA, A6 and 5D. RGB value is (186,166,93). Sum of RGB (Red+Green+Blue) = 186+166+93=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA65D is #4559A2. Grayscale: #A3A3A3. Windows color (decimal): -4544931 or 6137530. OLE color: 6137530.

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

Color convert

RGB 186 166 93 -
CMYK 0 0.11 0.5 0.27
HSL 47.1º 0.4% 0.55% -
HSV(B) 47.1º 0.5% 0.73% -
XYZ 35.86 38.5 15.9 -
YUV 163.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 186 166 93 0 0.11 0.5 0.27 47.1 0.4 0.55
Hex BA A6 5D 0 B 32 1B 2F 28 37
Octal 272 246 135 0 13 62 33 57 50 67
Binary 10111010 10100110 1011101 0 1011 110010 11011 101111 101000 110111

Color Harmonies of #BAA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA65D

Black with #BAA65D

Text Example


Text Example

White with #BAA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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