Html Css Color HEX #BAAA5A Gimblet

📋 copy color: '#BAAA5A'

red 186 ◦ green 170 ◦ blue 90

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

Shades of Gimblet #BAAA5A

Tints of Gimblet #BAAA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 41.7%
G = 38.12%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAAA5A (or 0xBAAA5A) is known color: Gimblet. HEX triplet: BA, AA and 5A. RGB value is (186,170,90). Sum of RGB (Red+Green+Blue) = 186+170+90=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5A is #4555A5. Grayscale: #A6A6A6. Windows color (decimal): -4543910 or 5941946. OLE color: 5941946.

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

Color convert

RGB 186 170 90 -
CMYK 0 0.09 0.52 0.27
HSL 50º 0.41% 0.54% -
HSV(B) 50º 0.52% 0.73% -
XYZ 36.47 39.93 15.46 -
YUV 165.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 186 170 90 0 0.09 0.52 0.27 50 0.41 0.54
Hex BA AA 5A 0 9 34 1B 32 29 36
Octal 272 252 132 0 11 64 33 62 51 66
Binary 10111010 10101010 1011010 0 1001 110100 11011 110010 101001 110110

Color Harmonies of #BAAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA5A

Black with #BAAA5A

Text Example


Text Example

White with #BAAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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