Html Css Color HEX #BAAB5E Gimblet

📋 copy color: '#BAAB5E'

red 186 ◦ green 171 ◦ blue 94

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

Shades of Gimblet #BAAB5E

Tints of Gimblet #BAAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 41.24%
G = 37.92%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAAB5E (or 0xBAAB5E) is known color: Gimblet. HEX triplet: BA, AB and 5E. RGB value is (186,171,94). Sum of RGB (Red+Green+Blue) = 186+171+94=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB5E is #4554A1. Grayscale: #A7A7A7. Windows color (decimal): -4543650 or 6204346. OLE color: 6204346.

HSL color Cylindrical-coordinate representation of color #BAAB5E: hue angle of 50.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAAB5E is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 94 -
CMYK 0 0.08 0.49 0.27
HSL 50.22º 0.4% 0.55% -
HSV(B) 50.22º 0.49% 0.73% -
XYZ 36.83 40.37 16.44 -
YUV 166.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 186 171 94 0 0.08 0.49 0.27 50.22 0.4 0.55
Hex BA AB 5E 0 8 31 1B 32 28 37
Octal 272 253 136 0 10 61 33 62 50 67
Binary 10111010 10101011 1011110 0 1000 110001 11011 110010 101000 110111

Color Harmonies of #BAAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB5E

Black with #BAAB5E

Text Example


Text Example

White with #BAAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB5E; }

 p { color: rgb(186,171,94); }

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

background-color css

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

 a { background-color: rgb(186,171,94); }

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

border-color css

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

 span { border-color: rgb(186,171,94); }

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