#BAAF5F

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

Shades of Gimblet #BAAF5F

Tints of Gimblet #BAAF5F

Color information

#BAAF5F (or 0xBAAF5F) is unknown color: approx Gimblet. HEX triplet: BA, AF and 5F. RGB value is (186,175,95). Sum of RGB (Red+Green+Blue) = 186+175+95=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF5F is #4550A0. Grayscale: #A9A9A9. Windows color (decimal): -4542625 or 6270906. OLE color: 6270906.

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

Color convert

RGB18617595-
CMYK00.060.490.27
HSL52.75º39.74%55.1%-
HSV(B)52.75º48.92%72.94%-
XYZ37.6541.9316.93-
YUV169.1786.14140-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=40.79%
G=38.38%
B=20.83%

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
Decimal1861759500.060.490.2752.7539.7455.1
HexBAAF5F06311B352837
Octal272257137066133655067
Binary10111010101011111011111011011000111011110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF5F; }

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

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

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

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

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

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

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

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