Html Css Color HEX #BAA96B Gimblet

📋 copy color: '#BAA96B'

red 186 ◦ green 169 ◦ blue 107

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

Shades of Gimblet #BAA96B

Tints of Gimblet #BAA96B

RGB

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

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

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

R = 40.26%
G = 36.58%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAA96B (or 0xBAA96B) is known color: Gimblet. HEX triplet: BA, A9 and 6B. RGB value is (186,169,107). Sum of RGB (Red+Green+Blue) = 186+169+107=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA96B is #455694. Grayscale: #A7A7A7. Windows color (decimal): -4544149 or 7055802. OLE color: 7055802.

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

Color convert

RGB 186 169 107 -
CMYK 0 0.09 0.42 0.27
HSL 47.09º 0.36% 0.57% -
HSV(B) 47.09º 0.42% 0.73% -
XYZ 37.09 39.88 19.65 -
YUV 167.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 186 169 107 0 0.09 0.42 0.27 47.09 0.36 0.57
Hex BA A9 6B 0 9 2A 1B 2F 24 39
Octal 272 251 153 0 11 52 33 57 44 71
Binary 10111010 10101001 1101011 0 1001 101010 11011 101111 100100 111001

Color Harmonies of #BAA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA96B

Black with #BAA96B

Text Example


Text Example

White with #BAA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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