Html Css Color HEX #BAA95B Gimblet

📋 copy color: '#BAA95B'

red 186 ◦ green 169 ◦ blue 91

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

Shades of Gimblet #BAA95B

Tints of Gimblet #BAA95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 41.7%
G = 37.89%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA95B (or 0xBAA95B) is known color: Gimblet. HEX triplet: BA, A9 and 5B. RGB value is (186,169,91). Sum of RGB (Red+Green+Blue) = 186+169+91=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA95B is #4556A4. Grayscale: #A5A5A5. Windows color (decimal): -4544165 or 6007226. OLE color: 6007226.

HSL color Cylindrical-coordinate representation of color #BAA95B: hue angle of 49.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAA95B is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 91 -
CMYK 0 0.09 0.51 0.27
HSL 49.26º 0.41% 0.54% -
HSV(B) 49.26º 0.51% 0.73% -
XYZ 36.33 39.57 15.62 -
YUV 165.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 186 169 91 0 0.09 0.51 0.27 49.26 0.41 0.54
Hex BA A9 5B 0 9 33 1B 31 29 36
Octal 272 251 133 0 11 63 33 61 51 66
Binary 10111010 10101001 1011011 0 1001 110011 11011 110001 101001 110110

Color Harmonies of #BAA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA95B

Black with #BAA95B

Text Example


Text Example

White with #BAA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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