Html Css Color HEX #BAA970 Gimblet

📋 copy color: '#BAA970'

red 186 ◦ green 169 ◦ blue 112

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

Shades of Gimblet #BAA970

Tints of Gimblet #BAA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 39.83%
G = 36.19%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAA970 (or 0xBAA970) is known color: Gimblet. HEX triplet: BA, A9 and 70. RGB value is (186,169,112). Sum of RGB (Red+Green+Blue) = 186+169+112=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA970 is #45568F. Grayscale: #A7A7A7. Windows color (decimal): -4544144 or 7383482. OLE color: 7383482.

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

Color convert

RGB 186 169 112 -
CMYK 0 0.09 0.40 0.27
HSL 46.22º 0.35% 0.58% -
HSV(B) 46.22º 0.4% 0.73% -
XYZ 37.36 39.98 21.08 -
YUV 167.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 186 169 112 0 0.09 0.40 0.27 46.22 0.35 0.58
Hex BA A9 70 0 9 28 1B 2E 23 3A
Octal 272 251 160 0 11 50 33 56 43 72
Binary 10111010 10101001 1110000 0 1001 101000 11011 101110 100011 111010

Color Harmonies of #BAA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA970

Black with #BAA970

Text Example


Text Example

White with #BAA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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