Html Css Color HEX #BAAC5B Gimblet

📋 copy color: '#BAAC5B'

red 186 ◦ green 172 ◦ blue 91

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

Shades of Gimblet #BAAC5B

Tints of Gimblet #BAAC5B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

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

R = 41.43%
G = 38.31%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAAC5B (or 0xBAAC5B) is known color: Gimblet. HEX triplet: BA, AC and 5B. RGB value is (186,172,91). Sum of RGB (Red+Green+Blue) = 186+172+91=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC5B is #4553A4. Grayscale: #A7A7A7. Windows color (decimal): -4543397 or 6007994. OLE color: 6007994.

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

Color convert

RGB 186 172 91 -
CMYK 0 0.08 0.51 0.27
HSL 51.16º 0.41% 0.54% -
HSV(B) 51.16º 0.51% 0.73% -
XYZ 36.89 40.7 15.81 -
YUV 166.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 186 172 91 0 0.08 0.51 0.27 51.16 0.41 0.54
Hex BA AC 5B 0 8 33 1B 33 29 36
Octal 272 254 133 0 10 63 33 63 51 66
Binary 10111010 10101100 1011011 0 1000 110011 11011 110011 101001 110110

Color Harmonies of #BAAC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC5B

Black with #BAAC5B

Text Example


Text Example

White with #BAAC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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