Html Css Color HEX #BAA86B Gimblet

📋 copy color: '#BAA86B'

red 186 ◦ green 168 ◦ blue 107

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

Shades of Gimblet #BAA86B

Tints of Gimblet #BAA86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 40.35%
G = 36.44%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAA86B (or 0xBAA86B) is known color: Gimblet. HEX triplet: BA, A8 and 6B. RGB value is (186,168,107). Sum of RGB (Red+Green+Blue) = 186+168+107=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA86B is #455794. Grayscale: #A6A6A6. Windows color (decimal): -4544405 or 7055546. OLE color: 7055546.

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

Color convert

RGB 186 168 107 -
CMYK 0 0.10 0.42 0.27
HSL 46.33º 0.36% 0.57% -
HSV(B) 46.33º 0.42% 0.73% -
XYZ 36.91 39.51 19.59 -
YUV 166.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 186 168 107 0 0.10 0.42 0.27 46.33 0.36 0.57
Hex BA A8 6B 0 A 2A 1B 2E 24 39
Octal 272 250 153 0 12 52 33 56 44 71
Binary 10111010 10101000 1101011 0 1010 101010 11011 101110 100100 111001

Color Harmonies of #BAA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA86B

Black with #BAA86B

Text Example


Text Example

White with #BAA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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