#BAAF6A

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

Shades of Gimblet #BAAF6A

Tints of Gimblet #BAAF6A

Color information

#BAAF6A (or 0xBAAF6A) is unknown color: approx Gimblet. HEX triplet: BA, AF and 6A. RGB value is (186,175,106). Sum of RGB (Red+Green+Blue) = 186+175+106=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF6A is #455095. Grayscale: #AAAAAA. Windows color (decimal): -4542614 or 6991802. OLE color: 6991802.

HSL color Cylindrical-coordinate representation of color #BAAF6A: hue angle of 51.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAAF6A is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186175106-
CMYK00.060.430.27
HSL51.75º36.7%57.25%-
HSV(B)51.75º43.01%72.94%-
XYZ38.1842.1419.76-
YUV170.4291.64139.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=39.83%
G=37.47%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617510600.060.430.2751.7536.757.25
HexBAAF6A062B1B342539
Octal272257152065333644571
Binary10111010101011111101010011010101111011110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF6A; }

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

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

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

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

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

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

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

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