Html Css Color HEX #BAA85B Gimblet

📋 copy color: '#BAA85B'

red 186 ◦ green 168 ◦ blue 91

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

Shades of Gimblet #BAA85B

Tints of Gimblet #BAA85B

RGB

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

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

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

R = 41.8%
G = 37.75%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA85B (or 0xBAA85B) is known color: Gimblet. HEX triplet: BA, A8 and 5B. RGB value is (186,168,91). Sum of RGB (Red+Green+Blue) = 186+168+91=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA85B is #4557A4. Grayscale: #A4A4A4. Windows color (decimal): -4544421 or 6006970. OLE color: 6006970.

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

Color convert

RGB 186 168 91 -
CMYK 0 0.10 0.51 0.27
HSL 48.63º 0.41% 0.54% -
HSV(B) 48.63º 0.51% 0.73% -
XYZ 36.14 39.2 15.56 -
YUV 164.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 186 168 91 0 0.10 0.51 0.27 48.63 0.41 0.54
Hex BA A8 5B 0 A 33 1B 31 29 36
Octal 272 250 133 0 12 63 33 61 51 66
Binary 10111010 10101000 1011011 0 1010 110011 11011 110001 101001 110110

Color Harmonies of #BAA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA85B

Black with #BAA85B

Text Example


Text Example

White with #BAA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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