Html Css Color HEX #BAA869 Gimblet

📋 copy color: '#BAA869'

red 186 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #BAA869

Tints of Gimblet #BAA869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 40.52%
G = 36.6%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAA869 (or 0xBAA869) is known color: Gimblet. HEX triplet: BA, A8 and 69. RGB value is (186,168,105). Sum of RGB (Red+Green+Blue) = 186+168+105=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA869 is #455796. Grayscale: #A6A6A6. Windows color (decimal): -4544407 or 6924474. OLE color: 6924474.

HSL color Cylindrical-coordinate representation of color #BAA869: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA869 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 105 -
CMYK 0 0.10 0.44 0.27
HSL 46.67º 0.37% 0.57% -
HSV(B) 46.67º 0.44% 0.73% -
XYZ 36.8 39.46 19.04 -
YUV 166.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 186 168 105 0 0.10 0.44 0.27 46.67 0.37 0.57
Hex BA A8 69 0 A 2C 1B 2F 25 39
Octal 272 250 151 0 12 54 33 57 45 71
Binary 10111010 10101000 1101001 0 1010 101100 11011 101111 100101 111001

Color Harmonies of #BAA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA869

Black with #BAA869

Text Example


Text Example

White with #BAA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA869; }

 p { color: rgb(186,168,105); }

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

background-color css

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

 a { background-color: rgb(186,168,105); }

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

border-color css

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

 span { border-color: rgb(186,168,105); }

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