Html Css Color HEX #BAA670 Gimblet

📋 copy color: '#BAA670'

red 186 ◦ green 166 ◦ blue 112

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

Shades of Gimblet #BAA670

Tints of Gimblet #BAA670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 40.09%
G = 35.78%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAA670 (or 0xBAA670) is known color: Gimblet. HEX triplet: BA, A6 and 70. RGB value is (186,166,112). Sum of RGB (Red+Green+Blue) = 186+166+112=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA670 is #45598F. Grayscale: #A6A6A6. Windows color (decimal): -4544912 or 7382714. OLE color: 7382714.

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

Color convert

RGB 186 166 112 -
CMYK 0 0.11 0.40 0.27
HSL 43.78º 0.35% 0.58% -
HSV(B) 43.78º 0.4% 0.73% -
XYZ 36.81 38.88 20.89 -
YUV 165.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 186 166 112 0 0.11 0.40 0.27 43.78 0.35 0.58
Hex BA A6 70 0 B 28 1B 2C 23 3A
Octal 272 246 160 0 13 50 33 54 43 72
Binary 10111010 10100110 1110000 0 1011 101000 11011 101100 100011 111010

Color Harmonies of #BAA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA670

Black with #BAA670

Text Example


Text Example

White with #BAA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA670; }

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

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

background-color css

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

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

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

border-color css

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

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

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