Html Css Color HEX #BAAA5B Gimblet

📋 copy color: '#BAAA5B'

red 186 ◦ green 170 ◦ blue 91

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

Shades of Gimblet #BAAA5B

Tints of Gimblet #BAAA5B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.03%

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

R = 41.61%
G = 38.03%
B = 20.36%

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

#BAAA5B (or 0xBAAA5B) is known color: Gimblet. HEX triplet: BA, AA and 5B. RGB value is (186,170,91). Sum of RGB (Red+Green+Blue) = 186+170+91=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5B is #4555A4. Grayscale: #A6A6A6. Windows color (decimal): -4543909 or 6007482. OLE color: 6007482.

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

Color convert

RGB 186 170 91 -
CMYK 0 0.09 0.51 0.27
HSL 49.89º 0.41% 0.54% -
HSV(B) 49.89º 0.51% 0.73% -
XYZ 36.51 39.94 15.68 -
YUV 165.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 186 170 91 0 0.09 0.51 0.27 49.89 0.41 0.54
Hex BA AA 5B 0 9 33 1B 32 29 36
Octal 272 252 133 0 11 63 33 62 51 66
Binary 10111010 10101010 1011011 0 1001 110011 11011 110010 101001 110110

Color Harmonies of #BAAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA5B

Black with #BAAA5B

Text Example


Text Example

White with #BAAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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