#BAAF5E

Color #BAAF5E Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #BAAF5E

Tints of Gimblet #BAAF5E

Color information

#BAAF5E (or 0xBAAF5E) is unknown color: approx Gimblet. HEX triplet: BA, AF and 5E. RGB value is (186,175,94). Sum of RGB (Red+Green+Blue) = 186+175+94=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF5E is #4550A1. Grayscale: #A9A9A9. Windows color (decimal): -4542626 or 6205370. OLE color: 6205370.

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

Color convert

RGB18617594-
CMYK00.060.490.27
HSL52.83º40%54.9%-
HSV(B)52.83º49.46%72.94%-
XYZ37.641.9116.7-
YUV169.0685.64140.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=40.88%
G=38.46%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861759400.060.490.2752.834054.9
HexBAAF5E06311B352837
Octal272257136066133655067
Binary10111010101011111011110011011000111011110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF5E; }

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

 H1.HeaderClassName
 {
   color: #BAAF5E;
 }
 .AnyTagClassName
 {
   color: #BAAF5E;
 }
</style>
background-color css

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

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

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

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

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

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